commit bash-20140612 snapshot

This commit is contained in:
Chet Ramey
2014-06-23 14:58:55 -04:00
parent bbea163ce4
commit 92717e1a6e
13 changed files with 14610 additions and 3 deletions
+6
View File
@@ -73,6 +73,7 @@
#endif
#if defined (READLINE)
# include <readline/readline.h>
# include "bashline.h"
#endif
@@ -909,6 +910,11 @@ exit_shell (s)
fflush (stdout); /* XXX */
fflush (stderr);
#if defined (READLINE)
if (RL_ISSTATE (RL_STATE_TERMPREPPED) && rl_deprep_term_function)
(*rl_deprep_term_function) ();
#endif
/* Do trap[0] if defined. Allow it to override the exit status
passed to us. */
if (signal_is_trapped (0))