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>
This commit is contained in:
1
shell/ash_test/ash-heredoc/heredocA.right
Normal file
1
shell/ash_test/ash-heredoc/heredocA.right
Normal file
@ -0,0 +1 @@
|
||||
Ok
|
4
shell/ash_test/ash-heredoc/heredocA.tests
Executable file
4
shell/ash_test/ash-heredoc/heredocA.tests
Executable file
@ -0,0 +1,4 @@
|
||||
{ cat <<EOF ;
|
||||
Ok
|
||||
EOF
|
||||
}
|
Reference in New Issue
Block a user