mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-09 13:10:50 +02:00
commit bash-20080515 snapshot
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user