commit bash-20070920 snapshot

This commit is contained in:
Chet Ramey
2011-12-07 09:13:02 -05:00
parent 53ac45a3eb
commit 79e6c7dcc8
7 changed files with 42 additions and 21 deletions
+1 -1
View File
@@ -290,7 +290,7 @@ fc_builtin (list)
line was actually added (HISTIGNORE may have caused it to not be),
so we check hist_last_line_added. */
/* "When not listing, he fc command that caused the editing shall not be
/* "When not listing, the fc command that caused the editing shall not be
entered into the history list." */
if (listing == 0 && hist_last_line_added)
delete_last_history ();