aboutsummaryrefslogtreecommitdiffstats
path: root/make_cmd.c
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2014-10-02 22:50:19 -0400
committerDan Pasanen <dan.pasanen@gmail.com>2014-10-04 15:25:22 -0500
commita417a51c2855f8cd538532903fbcacd234589845 (patch)
tree139d534ca59580cb9dadad0e68c5299287214b62 /make_cmd.c
parent7e269734903a0849a47b1256fa17e461da14cdb7 (diff)
downloadandroid_external_bash-a417a51c2855f8cd538532903fbcacd234589845.tar.gz
android_external_bash-a417a51c2855f8cd538532903fbcacd234589845.tar.bz2
android_external_bash-a417a51c2855f8cd538532903fbcacd234589845.zip
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 3bc5408..b01d084 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;