[EMAIL PROTECTED] wrote:
> $ rpm -q bash
> bash-3.0-17
> 
> $ mkdir -p 'blah\'
> $ cd 'blah\' #lock up here

There's no bug here.  The cd builtin completes successfully, and
the shell goes to read another line from the terminal.  My guess
is that the backslash at the end of $PWD is messing up an escape
sequence you're sending to the terminal to write to the title bar
or something similar.

Chet


-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
( ``Discere est Dolere'' -- chet )
                                                Live...Laugh...Love
Chet Ramey, ITS, CWRU    [EMAIL PROTECTED]    http://cnswww.cns.cwru.edu/~chet/


_______________________________________________
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash

Reply via email to