commit bash-20120713 snapshot

This commit is contained in:
Chet Ramey
2012-08-13 11:55:46 -04:00
parent 9f178efb2e
commit 49cf78286e
34 changed files with 34467 additions and 3260 deletions
+1
View File
@@ -81,6 +81,7 @@ reader_loop ()
unlink_fifo_list ();
#endif /* PROCESS_SUBSTITUTION */
/* XXX - why do we set this every time through the loop? */
if (interactive_shell && signal_is_ignored (SIGINT) == 0)
set_signal_handler (SIGINT, sigint_sighandler);