hush: fix set -n to act immediately, not just after run_list()
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
$THIS_SH -c '
|
||||
cleanup() { set +e; false; }
|
||||
set -eu
|
||||
set -e
|
||||
trap cleanup EXIT
|
||||
echo Start
|
||||
'
|
||||
|
Reference in New Issue
Block a user