hush: make process substitution configurable; add a testcase

This commit is contained in:
Denis Vlasenko
2007-05-20 21:51:38 +00:00
parent fe52a74ecf
commit 14b5dd9943
4 changed files with 22 additions and 1 deletions

View File

View File

@@ -0,0 +1,4 @@
true
false; echo `echo $?`
true
{ false; echo `echo $?`; }