bash-4.3-alpha release

This commit is contained in:
Chet Ramey
2013-03-26 21:32:43 -04:00
parent e65506dd94
commit b721485f62
180 changed files with 33845 additions and 156172 deletions
+2
View File
@@ -4930,8 +4930,10 @@ execute_disk_command (words, redirects, command_line, pipe_in, pipe_out,
exit (EX_NOTFOUND); /* Posix.2 says the exit status is 127 */
}
#if defined (JOB_CONTROL)
/* May need to reinitialize more of the job control state here. */
kill_current_pipeline ();
#endif
wl = make_word_list (make_word (NOTFOUND_HOOK), words);
exit (execute_shell_function (hookf, wl));