guix-install.sh: Be POSIX-compliant.
authorMorgan Smith <Morgan.J.Smith@outlook.com>
Thu, 17 Sep 2020 11:02:19 +0000 (13:02 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Thu, 17 Sep 2020 12:10:42 +0000 (14:10 +0200)
commitf72bafe32d539ddc4c53bc6ff5db04d3138ff818
tree32b32903351465d139506a40a53f74d470016f70
parent1306283843c6a933e0dc3bc1eedbc38b687c0d73
guix-install.sh: Be POSIX-compliant.

* etc/guix-install.sh (guix_get_bin_list): Call grep with an extended
regular expression instead of a non-POSIX Perl regular expression.
(sys_create_store): Remove ‘--warning=no-timestamp’ argument to tar.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
etc/guix-install.sh