commit bash-20121012 snapshot

This commit is contained in:
Chet Ramey
2012-11-02 09:04:50 -04:00
parent 1562376007
commit 55a5a4acde
30 changed files with 23793 additions and 20 deletions
+4 -1
View File
@@ -616,6 +616,8 @@ bashline_reset ()
set_directory_hook ();
rl_filename_stat_hook = bash_filename_stat_hook;
bashline_reset_event_hook ();
}
/* Contains the line to push into readline. */
@@ -4119,7 +4121,8 @@ bash_event_hook ()
#if defined (DEBUG)
itrace("bash_event_hook");
#endif
CHECK_TERMSIG;
check_signals_and_traps (); /* XXX */
bashline_reset_event_hook ();
}
#endif /* READLINE */