hush: fix '{ false; echo $?; }' bug.
hush: expand testsuite. variable expansion is still very broken
This commit is contained in:
@@ -6,5 +6,4 @@ echo ${URL}_abc
|
||||
true
|
||||
false; echo $?
|
||||
true
|
||||
# BUG: prints 0, must be 1
|
||||
{ false; echo $?; }
|
||||
|
Reference in New Issue
Block a user