|
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
signature.asc
Description: PGP signature
[Prev in Thread] | Current Thread | [Next in Thread] |