hush: move towards more correct variable expansion
authorDenis Vlasenko <vda.linux@googlemail.com>
Mon, 14 May 2007 16:19:34 +0000 (16:19 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Mon, 14 May 2007 16:19:34 +0000 (16:19 -0000)
commit03eb8bf6ce2cef8f30402b7c2b18e8479f9da1ea
tree2ca7e7d1fba638187467c1597f2746b0163c9e76
parent602d13cba552fadb8481283aa7872a4b9f206c48
hush: move towards more correct variable expansion
hush: fix a few cases in FOR v IN ... construct
      unfortunately, code growth is big - ~600 bytes
shell/hush.c
shell/hush_test/hush-bugs/quote3.right [new file with mode: 0644]
shell/hush_test/hush-bugs/quote3.tests [new file with mode: 0644]
shell/hush_test/hush-vars/var_subst_in_for.right [new file with mode: 0644]
shell/hush_test/hush-vars/var_subst_in_for.tests [new file with mode: 0644]