Re: fd redirection behaves strangely on OSX

2007-03-28 Thread Chet Ramey
George Huo wrote: > - A description of the bug behaviour. > While trying to use fd redirection, I seem to run into lingering bad fds that > I > need to exhaust with subsequent commands. See example below. I can't reproduce > the behaviour on a Linux machine running the same version of bash. When

Re: Another bash-3.2 regression: coloured prompt confuses Ctrl+R.

2007-03-28 Thread Chet Ramey
Volkov Peter wrote: > Hello. > > The issue was reported at http://bugs.gentoo.org/156292 and is still > reproducible in bash-3.2 patch level 10 and with redisplay-cursor-patch. > > To save you time steps to reproduce the problem: > 1. Set PS1='\[\033[01;31m\]\h\[\033[01;34m\] \W \$\[\033[00m\] '