hush: fix "cmd1 && cmd2 &" handling on NOMMU
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 16 Jul 2017 18:29:35 +0000 (20:29 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 16 Jul 2017 18:29:35 +0000 (20:29 +0200)
commitb24e55da84093dd6bf6dff79627e32459c3da071
treece5f991b536aaac74a8f9cde431e0336eab4fced
parentc49638b7d29e1010bfa95acbd013bf3268810bae
hush: fix "cmd1 && cmd2 &" handling on NOMMU

function                                             old     new   delta
done_pipe                                            234     238      +4

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush.c