Bash-4.3 patch 29
[platform/upstream/bash.git] / make_cmd.c
index 3bc5408..b01d084 100644 (file)
@@ -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;