[Bash-completion-devel] Bug#512823: bash-completion: Completion for `cpio' defined twice

2009-01-23 Thread Freddy Vulto
Package: bash-completion Version: HEAD Severity: minor Completion for `cpio' is defined twice: first as `complete -F _longopt cpio' and then it is overridden with `complete -F _cpio cpio'. I think the first definition can be removed: --- bash_completion.orig2009-01-24 08:12:58.

Re: [Bash-completion-devel] Bug#512823: bash-completion: Completion for `cpio' defined twice

2009-01-28 Thread David Paleino
Hello Freddy, On Sat, 24 Jan 2009 08:29:53 +0100, Freddy Vulto wrote: > Completion for `cpio' is defined twice: first as `complete -F _longopt cpio' > and then it is overridden with `complete -F _cpio cpio'. I think the first > definition can be removed: > > --- bash_completion.orig 2009-0