commit bash-20120511 snapshot

This commit is contained in:
Chet Ramey
2012-06-05 10:16:44 -04:00
parent efc2f955a0
commit 861a1900ba
13 changed files with 83 additions and 10 deletions
+1 -1
View File
@@ -4118,7 +4118,7 @@ run_builtin:
}
if (command_line == 0)
command_line = savestring (the_printed_command_except_trap);
command_line = savestring (the_printed_command_except_trap ? the_printed_command_except_trap : "");
#if defined (PROCESS_SUBSTITUTION)
if ((subshell_environment & SUBSHELL_COMSUB) && (simple_command->flags & CMD_NO_FORK) && fifos_pending() > 0)