guix-install.sh: Treat REQUIRE as the array it is.
authorTobias Geerinckx-Rice <me@tobias.gr>
Mon, 8 Jul 2019 15:32:53 +0000 (17:32 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Mon, 8 Jul 2019 15:47:39 +0000 (17:47 +0200)
commit6c77d79a4994124150071b36bfbb74c18a4651b3
tree7c6a6709ebe46534f465aaf98e938feea27944e4
parentb6dc08393e6a8313b88ce422fc3c1e4e9c0efc6f
guix-install.sh: Treat REQUIRE as the array it is.

Don't flatten it into a string only to split it again later.

* etc/guix-install.sh (chk_require): Iterate over array elements, not
string tokens.
(main): Pass $REQUIRE as an array of arguments.
etc/guix-install.sh