[Bash-completion-devel] dd completion not working (was: Fwd: [arch-general] dd and bash_completion)

2009-09-24 Thread David Paleino
On Thursday 24 September 2009 17:50:31 you wrote: Hello, Hello, next time please use the mailing list address (and, Luk is not anymore involved in bash_completion) The dd bash completion file does not seem to work at all. I spent some times trying to debug/hack it today, but I was not

Re: [Bash-completion-devel] dd completion not working (was: Fwd: [arch-general] dd and bash_completion)

2009-09-24 Thread Freddy Vulto
On Thu, Sep 24, 2009 at 6:36 PM, David Paleino d.pale...@gmail.com wrote: This is due to COMP_WORDBREAKS containing =: I guess this bug turns up on bash-4 only? This can be fixed by adding `=' as an argument to `_get_cword' so that _get_cword on bash-4 doesn't split words on `='. Done so in

Re: [Bash-completion-devel] dd completion not working (was: Fwd: [arch-general] dd and bash_completion)

2009-09-24 Thread David Paleino
Freddy Vulto wrote: On Thu, Sep 24, 2009 at 6:36 PM, David Paleino d.pale...@gmail.com wrote: This is due to COMP_WORDBREAKS containing =: I guess this bug turns up on bash-4 only? This can be fixed by adding `=' as an argument to `_get_cword' so that _get_cword on bash-4 doesn't split