commit bash-20160415 snapshot

This commit is contained in:
Chet Ramey
2016-04-22 11:37:14 -04:00
parent 589afb3c12
commit 3475994a81
16 changed files with 132 additions and 21 deletions
+3 -1
View File
@@ -674,7 +674,9 @@ hc_erasedups (line)
if (STREQ (temp->line, line))
{
r = where_history ();
remove_history (r);
temp = remove_history (r);
if (temp)
free_history_entry (temp);
}
}
using_history ();