hush: two NOMMU fixes for bugs 877 and 883
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
Ok
|
||||
Ok
|
||||
Ok
|
||||
Ok
|
||||
Done
|
||||
Executable
+5
@@ -0,0 +1,5 @@
|
||||
echo Not shown | if true; then echo $(echo Ok); fi
|
||||
echo Not shown | if true; then echo `echo Ok`; fi
|
||||
echo Not shown | ( if true; then echo $(echo Ok); fi )
|
||||
echo Not shown | ( if true; then echo `echo Ok`; fi )
|
||||
echo Done
|
||||
Reference in New Issue
Block a user