hush: fix job control with eval /bin/external_prog
authorDenis Vlasenko <vda.linux@googlemail.com>
Wed, 23 May 2007 13:01:10 +0000 (13:01 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Wed, 23 May 2007 13:01:10 +0000 (13:01 -0000)
commit170435c575bb53e1e4d55aa74d471c293c21039e
tree7bde6bd5f00ee9c91a78b5f707657dee4ae40b57
parent1a7358612ff2dfdfc9fa461faa946c577666787f
hush: fix job control with eval /bin/external_prog
hush: fix parsing of unterminated "str with no EOL
hush: improved make_string() (smaller, faster, needs less RAM)
hush: renamed several functions
shell/hush.c
shell/hush_test/hush-bugs/noeol3.right [new file with mode: 0644]
shell/hush_test/hush-bugs/noeol3.tests [new file with mode: 0755]