commit bash-20131213 snapshot

This commit is contained in:
Chet Ramey
2013-12-30 09:38:02 -05:00
parent 44b4dfee25
commit ff3257877e
15 changed files with 16953 additions and 6 deletions
+3
View File
@@ -675,6 +675,9 @@ execute_command_internal (command, asynchronous, pipe_in, pipe_out,
run_pending_traps ();
/* Posix 2013 2.9.3.1: "the exit status of an asynchronous list
shall be zero." */
last_command_exit_value = 0;
return (EXECUTION_SUCCESS);
}
}