Merge pull request #3247 from heyitswither/master

[bash/en] clarify quoted delimiter for heredocs (fixes #3061)
This commit is contained in:
Divay Prakash 2018-10-03 09:50:38 +05:30 committed by GitHub
commit 461022deb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -256,6 +256,7 @@ print("#stderr", file=sys.stderr)
for line in sys.stdin:
print(line, file=sys.stdout)
EOF
# Variables will be expanded if the first "EOF" is not quoted
# Run the hello.py Python script with various stdin, stdout, and
# stderr redirections: