diff options
author | Chet Ramey <chet.ramey@case.edu> | 2011-12-03 13:51:58 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2011-12-03 13:51:58 -0500 |
commit | 1c72c0cd9221e759c16c1d4543d68188d6854032 (patch) | |
tree | 508a2fdf23b924e9a052913704a4c40e1e48b2de /CHANGES | |
parent | 668f50077d2e4aa43a53e9e3ece63c3b9d76795b (diff) | |
download | bash-1c72c0cd9221e759c16c1d4543d68188d6854032.tar.gz |
commit bash-20051005 snapshotbash-3.1-beta
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -81,7 +81,10 @@ y. Changed the `-n' option to the `history' builtin to not reset the number of was intended to solve. z. Improved the error message displayed when a shell script fails to execute - because the environment and size of command line arguments is too large. + because the environment and size of command line arguments are too large. + +aa. A small fix to make sure that $HISTCMD is evaluated whenever the shell is + saving commands to the history list, not just when HISTSIZE is defined. 2. Changes to Readline |