[Bash-completion-devel] [PATCH] _filedir: Properly quote paths.

Igor Murzov intergalactic.anonymous at gmail.com
Thu Jan 19 01:04:22 UTC 2012


> > This patch fixes following test case for me:
> >  
> >  $ mkdir test
> >  $ cd test
> >  $ touch 'x' '[x]'
> >  $ ls [x<TAB>   # <- gives "ls x" instead of "ls [x]"
> 
> Fixes it for my 4.2.20(1) as well, and doesn't introduce new runUnit
> failures.

Good to know. Thanks.

> I wonder why the test case is not part of the patch though ;)

The test case will come soon :)


-- Igor



More information about the Bash-completion-devel mailing list