[EMAIL PROTECTED]:~/bct$ apt-get source bash-completion
[...]
dpkg-source: extracting bash-completion in bash-completion-20060301
dpkg-source: unpacking bash-completion_20060301.orig.tar.gz
dpkg-source: applying ./bash-completion_20060301-3.diff.gz
[EMAIL PROTECTED]:~/bct$ grep -- --auto-remove 
bash-completion-20060301/bash_completion
                                --tar-only --config-file --option 
--auto-remove' -- $cur ) )

So it seems you have an outdated version of the script installed. Maybe
you have edited the file yourself some time ago and now ucf cannot
update the contents without overwriting your changes?

The latest version is installed in /usr/share/bash/bash_completion, so you 
might want to do:
$ diff -u /etc/bash_completion /usr/share/bash/bash_completion

And if there's nothing in your version that you want to keep, just:
$ sudo cp /usr/share/bash/bash_completion /etc/bash_completion

-- 
New option in bash could use updated completion
https://bugs.launchpad.net/bugs/60666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to