Yes. I think it's bug of bash_completion in /etc. 
If you turn it off in your .bashrc,  no this problem. Once you turn it on, it 
happens.
I'm running Ubuntu 8.04.1 Hardy on Dell XPS M1530.

I fix this one by editing this file.
------------------------------------------------------------------------------------------------
If you're not interested in seeing the details, please download the file and 

sudo cp /etc/bash_completion /etc/bash_completion_bak 
sudo cp bash_completion /etc/bash_completion

exec bash
------------------------------------------------------------------------------------------------

Also you can do it by yourself
open /etc/bash_completion
find "complete -F _cd $nospace $filenames cd"
remove $filenames
save it. That's it.

I don't know if it causes any regression. If so, please post it. Thanks
a lot.


** Attachment added: "Fixed version of bash_completion"
   http://launchpadlibrarian.net/17313392/bash_completion

-- 
Bash command completion puts backslash in front of beginning dollar sign
https://bugs.launchpad.net/bugs/177243
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

Reply via email to