mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-11 22:20:49 +02:00
commit bash-20090624 snapshot
This commit is contained in:
@@ -7,3 +7,7 @@ hi
|
||||
./comsub-eof3.sub: line 5: syntax error: unexpected end of file
|
||||
./comsub-eof4.sub: line 6: warning: here-document at line 4 delimited by end-of-file (wanted `EOF')
|
||||
contents
|
||||
./comsub-eof5.sub: line 8: warning: here-document at line 6 delimited by end-of-file (wanted `)')
|
||||
hi
|
||||
./comsub-eof5.sub: line 13: warning: here-document at line 11 delimited by end-of-file (wanted `EOF')
|
||||
hi
|
||||
|
||||
@@ -7,3 +7,5 @@ ${THIS_SH} ./comsub-eof2.sub
|
||||
${THIS_SH} ./comsub-eof3.sub
|
||||
|
||||
${THIS_SH} ./comsub-eof4.sub
|
||||
|
||||
${THIS_SH} ./comsub-eof5.sub
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
echo $(
|
||||
cat <<\)
|
||||
hi
|
||||
))
|
||||
|
||||
echo $(
|
||||
cat <<\EOF
|
||||
hi
|
||||
EOF)
|
||||
Reference in New Issue
Block a user