Description of problem: tab-completion of a path containing a shell variable insets a backslash to escape the $ in the variable Version-Release number of selected component (if applicable): bash-4.2.10-4.fc15.x86_64 bash-completion-1.3-5.fc15.noarch How reproducible: Always Steps to Reproduce: 1. ls $PWD/.<TAB><Enter> 2. ls $HOME/.<TAB><Enter> Actual results: bash-completion inserts a backslash before the $, causing the commands to fail ls: cannot access $PWD/.: No such file or directory ls: cannot access $HOME/.: No such file or directory Expected results: no backslash, commands work Additional info: uninstalling bash-completion didn't help, so I've used Component=bash
*** This bug has been marked as a duplicate of bug 679696 ***