OK. I just checked a gutsy->hardy upgrade and if /etc/bash_completion is unchanged it gets replaced with the new version. If it has changes, a prompt comes up, at least with aptitude.
So most probably you got a prompt and chose to keep the old (changed) version. You can get the latest version by doing this: sudo mv /etc/bash_completion /etc/bash_completion.changed sudo dpkg --force-confmiss -i /var/cache/apt/archives/bash-completion_20060301-3ubuntu3_all.deb -- Sourcing bash_completion twice aborts with error (and the bashrc script!) https://bugs.launchpad.net/bugs/218978 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
