Then you might want to file a formal bug report using 'bashbug'. Reply with the bug report. In the meanwhile, reinstall Bash using these commands, to find out if the problem occurs upstream (if it doesn't, don't report it here):
wget ftp://ftp.gnu.org/gnu/bash/bash-4.3.tar.gz tar -xzvf bash-4.3.tar.gz cd bash-4.3 ./configure --prefix=/ --datarootdir=/usr/share --sharedstatedir=/usr/com --includedir=/usr/include make make install cd .. rm -rf bash-4.3 exit Sent from my iPad > On Mar 1, 2014, at 2:13 PM, Yuri <y...@rawbw.com> wrote: > >> On 03/01/2014 14:07, Ryan Cunningham wrote: >> You could use the command "history -c" to clear the history in case this >> becomes a real issue. I don't have a real fix. > > The problem is that it comes back over and over again. > > Yuri