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
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
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