hush: fix '{ false; echo $?; }' bug.
authorDenis Vlasenko <vda.linux@googlemail.com>
Sun, 13 May 2007 18:34:53 +0000 (18:34 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sun, 13 May 2007 18:34:53 +0000 (18:34 -0000)
commit602d13cba552fadb8481283aa7872a4b9f206c48
tree224cc9027daa059db593e561526a8bb13f95de25
parent119b995437c52a164b2c5e51ef918c3f46b8a130
hush: fix '{ false; echo $?; }' bug.
hush: expand testsuite. variable expansion is still very broken
13 files changed:
shell/hush.c
shell/hush_test/hush-bugs/argv0.right [new file with mode: 0644]
shell/hush_test/hush-bugs/argv0.tests [new file with mode: 0755]
shell/hush_test/hush-bugs/quote1.right [new file with mode: 0644]
shell/hush_test/hush-bugs/quote1.tests [new file with mode: 0755]
shell/hush_test/hush-bugs/quote2.right [new file with mode: 0644]
shell/hush_test/hush-bugs/quote2.tests [new file with mode: 0755]
shell/hush_test/hush-bugs/starquoted.right [new file with mode: 0644]
shell/hush_test/hush-bugs/starquoted.tests [new file with mode: 0755]
shell/hush_test/hush-vars/star.right [new file with mode: 0644]
shell/hush_test/hush-vars/star.tests [new file with mode: 0755]
shell/hush_test/hush-vars/var.right
shell/hush_test/hush-vars/var.tests