hush: fix corner cases with exec in empty expansions
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 5 Apr 2018 12:41:21 +0000 (14:41 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 5 Apr 2018 12:41:21 +0000 (14:41 +0200)
commit41d8f1081378ec79586d59e7d2a31380b6f95577
tree947c94f2d458ee834a8bb31986241af958cae853
parent929a41d5770c0531f037c2e7db25bf98f9029c9e
hush: fix corner cases with exec in empty expansions

Cases like these:

var=val exec >redir

var=val `` >redir

function                                             old     new   delta
run_pipe                                            1701    1723     +22
redirect_and_varexp_helper                            56      55      -1
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/1 up/down: 22/-1)              Total: 21 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash_test/ash-redir/redir_exec1.right [new file with mode: 0644]
shell/ash_test/ash-redir/redir_exec1.tests [new file with mode: 0755]
shell/hush.c
shell/hush_test/hush-redir/redir_exec1.right [new file with mode: 0644]
shell/hush_test/hush-redir/redir_exec1.tests [new file with mode: 0755]