Re: [completion with directory starting with = doesn't work]

2005-07-09 Thread Djamé Seddah
Chet Ramey a écrit : Tatavarty Kalyan wrote: I see the same behaviour as posted above. # mkdir =foo =foobar # cd =\=foo -bash: cd: ==foo: No such file or directory # echo $BASH_VERSION 2.05b.0(1)-release I get the same result with bash version 3.00.15(1)-release. I am not sure if this is

Re: [completion with directory starting with = doesn't work]

2005-07-09 Thread Chet Ramey
Djamé Seddah wrote: >>> I see the same behaviour as posted above. >>> >>> # mkdir =foo =foobar >>> # cd =\=foo >>> -bash: cd: ==foo: No such file or directory >>> # echo $BASH_VERSION >>> 2.05b.0(1)-release >>> >>> I get the same result with bash version 3.00.15(1)-release. >>> >>> I am not sure i

Re: Broken parse on `'${'`

2005-07-09 Thread Chet Ramey
Eric Blake wrote: > Repeat-By: > zsh$ echo `echo '${'` > ${ > zsh$ bash > bash$ echo `echo '${'` > > # Hmm - I was just incorrectly presented PS2, asking to try to continue > what bash thought was an incomplete ${ variable substitution > > Fix: >unknown Thanks for the report. This has been