bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Tatavarty Kalyan
Subject: Re: [completion with directory starting with = doesn't work]
Date: Fri, 8 Jul 2005 11:26:06 +0530

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 related to bash completion package.
Also this maynot be a bug as bash might be treating '=' as a word
break character.

Kalyan

On 7/7/05, Chet Ramey <chet.ramey@case.edu> wrote:
> > Machine Type: i586-mandrake-linux-gnu
> >
> > Bash Version: 2.05b
> > Patch Level: 0
> > Release Status: release
> >
> > Description:
> >     [Hello, whenever I hit tab to have completion on a directory whose
> > name start by = i got that :
> >
> > cd =\=Boulot
> > bash: cd: ==Boulot: No such file or director]
> 
> This is a problem with whatever completion function you have defined for
> `cd'.  It's probably from /etc/bash_completion or something similar; see
> if there's a bug reporting address there (it's probably ian@caliban.org).
> 
> Chet
> 
> --
> ``The lyf so short, the craft so long to lerne.'' - Chaucer
> ( ``Discere est Dolere'' -- chet )
>                                                 Live...Laugh...Love
> Chet Ramey, ITS, CWRU    chet@case.edu    http://tiswww.tis.case.edu/~chet/
> 
> 
> _______________________________________________
> Bug-bash mailing list
> Bug-bash@gnu.org
> http://lists.gnu.org/mailman/listinfo/bug-bash
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]