summaryrefslogtreecommitdiffhomepage
path: root/bash.html.markdown
diff options
context:
space:
mode:
authorDivay Prakash <divayprakash@users.noreply.github.com>2018-10-03 09:50:38 +0530
committerGitHub <noreply@github.com>2018-10-03 09:50:38 +0530
commit461022deb9ad887fa365c245f9816607cb5095ba (patch)
treee37b2ffcf137934fc47516dcab76ab195bb3b231 /bash.html.markdown
parent8c4c3968a21bcbe3e736bb5de1df7e2477813c08 (diff)
parent088111396a0dff9a5dff7837e1ae74aa9314b620 (diff)
Merge pull request #3247 from heyitswither/master
[bash/en] clarify quoted delimiter for heredocs (fixes #3061)
Diffstat (limited to 'bash.html.markdown')
-rw-r--r--bash.html.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash.html.markdown b/bash.html.markdown
index cb805da7..1f59636e 100644
--- a/bash.html.markdown
+++ b/bash.html.markdown
@@ -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: