[bash/en] clarify quoted delimiter for heredocs (fixes #3061)

This commit is contained in:
Tucker Boniface 2018-10-02 19:19:18 -07:00
parent 67f785f102
commit 088111396a
No known key found for this signature in database
GPG Key ID: A37032D665155C61

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: