Description of problem: When I type Type `cat /ho<tab>` it expands to '/home ' instead of '/home/' Version-Release number of selected component (if applicable): bash-completion-1.3-2.fc15.noarch bash-4.2.8-2.fc15.x86_64 How reproducible: Always Steps to Reproduce: 1. Install bash-completion 2. Start a new shell 3. Type `cat /ho<tab>` Actual results: Expands to '/home ' Expected results: Expands to '/home/' Additional info: rpm -e bash-completion removes the unexpected behaviour for these commands. removing /etc/bash_completion with bash-completion installed also seems to do the trick. reinstalling bash-completion brings back the problem. Using /etc/bash_completion from F14 (bash-completion-1.2-5.fc14) instead also works as expected.
*** This bug has been marked as a duplicate of bug 692542 ***