guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#60069] [PATCH 2/2] guix-install.sh: Directly exit in case of errors


From: Tobias Geerinckx-Rice
Subject: [bug#60069] [PATCH 2/2] guix-install.sh: Directly exit in case of errors in chk_require.
Date: Wed, 14 Dec 2022 17:37:19 +0100

Maxim Cournoyer 写道:
-    [ "${#warn}" -ne 0 ] &&
-        { _err "${ERR}Missing commands: ${warn[*]}.";
-          return 1; }
- + [ "${#warn}" -ne 0 ] && die "Missing commands: ${warn[*]}."
+

I did not run this, but will it not itself trigger -e when the test is false?

Kind regards,

T G-R

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]