commit bash-20140926 snapshot

This commit is contained in:
Chet Ramey
2014-10-09 20:24:28 -04:00
parent d402782426
commit 30595b57d9
36 changed files with 28423 additions and 1125 deletions
+1
View File
@@ -695,6 +695,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;