guix-install.sh: Directly exit in case of errors in chk_require.
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Wed, 14 Dec 2022 15:35:54 +0000 (10:35 -0500)
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>
Fri, 16 Dec 2022 05:14:30 +0000 (00:14 -0500)
commit7ce9b7e7062eee406e269bc40a20247973732be2
treea35eb8aed5c76f2c042f6f1ff311f785d85bbfa2
parent1febafb4af8dbe8a68ef501d7d28e56e49d172f8
guix-install.sh: Directly exit in case of errors in chk_require.

* etc/guix-install.sh (chk_require): Directly exit in case of errors in
chk_require, instead of relying on 'set -e'.
etc/guix-install.sh