mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
[bash/en] clarify quoted delimiter for heredocs (fixes #3061)
This commit is contained in:
parent
67f785f102
commit
088111396a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user