commit bash-20050623 snapshot

This commit is contained in:
Chet Ramey
2011-12-03 13:47:46 -05:00
parent 19e1dd936d
commit 0f445e6cd2
7 changed files with 34 additions and 41 deletions
+2
View File
@@ -217,7 +217,9 @@ bash_initialize_history ()
history_quotes_inhibit_expansion = 1;
history_search_delimiter_chars = ";&()|<>";
history_inhibit_expansion_function = bash_history_inhibit_expansion;
#if defined (BANG_HISTORY)
sv_histchars ("histchars");
#endif
}
void