commit bash-20080515 snapshot

This commit is contained in:
Chet Ramey
2011-12-07 09:23:48 -05:00
parent f13513ff9e
commit 33fe8777ce
27 changed files with 2962 additions and 32 deletions
+10
View File
@@ -71,6 +71,10 @@
# include <readline/history.h>
#endif
#if defined (READLINE)
# include "bashline.h"
#endif
#include <tilde/tilde.h>
#include <glob/strmatch.h>
@@ -1740,6 +1744,12 @@ shell_reinitialize ()
delete_all_contexts (shell_variables);
delete_all_variables (shell_functions);
reinit_special_variables ();
#if defined (READLINE)
bashline_reset ();
#endif
shell_reinitialized = 1;
}