hush: fix another case where empty "for" wasn't setting exitcode to 0
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Zero:0
|
||||
Executable
+5
@@ -0,0 +1,5 @@
|
||||
false
|
||||
for v; do
|
||||
exit 2
|
||||
done
|
||||
echo Zero:$?
|
||||
Reference in New Issue
Block a user