summaryrefslogtreecommitdiff
path: root/make_cmd.c
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2014-10-02 22:50:19 -0400
committerChet Ramey <chet.ramey@case.edu>2014-10-02 22:50:19 -0400
commit13db572a82cffc5bf7326e27895c631ecf4316ae (patch)
treece4ee69c3ffc71c4424f68c8d4471df2474b7cde /make_cmd.c
parent90a39f32de629ce849276388300f718db331c8b8 (diff)
downloadbash-13db572a82cffc5bf7326e27895c631ecf4316ae.tar.gz
Bash-4.3 patch 29
Diffstat (limited to 'make_cmd.c')
-rw-r--r--make_cmd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/make_cmd.c b/make_cmd.c
index 3bc54085..b01d0845 100644
--- a/make_cmd.c
+++ b/make_cmd.c
@@ -692,6 +692,7 @@ make_redirection (source, instruction, dest_and_filename, flags)
/* First do the common cases. */
temp->redirector = source;
temp->redirectee = dest_and_filename;
+ temp->here_doc_eof = 0;
temp->instruction = instruction;
temp->flags = 0;
temp->rflags = flags;