hush: fix heredoc handling in the "cmd <<EOF ;<newline>" case
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 23 Jul 2018 14:31:21 +0000 (16:31 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 23 Jul 2018 14:31:21 +0000 (16:31 +0200)
commit3675c37b9b0bb4ba565b690b95b0b9c7d0ce8123
tree889b8b684811dd9ff0dca01e6514136adb66a1e8
parentd73cdbf84c9c7d509baf69eb3256dcaf733f4d93
hush: fix heredoc handling in the "cmd <<EOF ;<newline>" case

function                                             old     new   delta
parse_stream                                        2759    2787     +28

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