mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-31 15:33:37 +02:00
commit bash-20121012 snapshot
This commit is contained in:
+4
-1
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user