hush: fix "true | func_with_return" not allowing return.
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 31 Jul 2017 16:02:28 +0000 (18:02 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 31 Jul 2017 16:02:28 +0000 (18:02 +0200)
commit5b3d2eb327ce7e1c55c6c94bc70782f733d59990
tree5e58b81282353c4cb6552bb6b44b336c28132f93
parentd0fff9155bc55d9576be4c6ba5f656f5b4856ac4
hush: fix "true | func_with_return" not allowing return.

function                                             old     new   delta
pseudo_exec_argv                                     305     312      +7

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
13 files changed:
shell/ash_test/ash-misc/func6.right [deleted file]
shell/ash_test/ash-misc/func6.tests [deleted file]
shell/ash_test/ash-misc/func_return1.right [new file with mode: 0644]
shell/ash_test/ash-misc/func_return1.tests [new file with mode: 0755]
shell/ash_test/ash-misc/func_return2.right [new file with mode: 0644]
shell/ash_test/ash-misc/func_return2.tests [new file with mode: 0755]
shell/hush.c
shell/hush_test/hush-misc/func6.right [deleted file]
shell/hush_test/hush-misc/func6.tests [deleted file]
shell/hush_test/hush-misc/func_return1.right [new file with mode: 0644]
shell/hush_test/hush-misc/func_return1.tests [new file with mode: 0755]
shell/hush_test/hush-misc/func_return2.right [new file with mode: 0644]
shell/hush_test/hush-misc/func_return2.tests [new file with mode: 0755]