commit bash-20050929 snapshot

This commit is contained in:
Chet Ramey
2011-12-03 13:51:40 -05:00
parent f6410766e1
commit 668f50077d
8 changed files with 103 additions and 3 deletions
+1 -1
View File
@@ -713,7 +713,7 @@ int
history_number ()
{
using_history ();
return (get_string_value ("HISTSIZE") ? history_base + where_history () : 1);
return (remember_on_history ? history_base + where_history () : 1);
}
static int