User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.6.17-1.fc14 Firefox/3.6.17 Previously, when I did something like that : mv file.txt Docu<TAB> I got the results : mv file.txt Documents/ And I was ready to continue typing my path. Now, what I get is mv file.txt Documents <--- there is no trailing slash and more, there is a space after Documents So I must type backspace and slash to continue to enter my path. The Documents directory is not a symlink. The weird thing is that it work with the "cd" command : cd Docu<TAB> Produce the following : cd Documents/ Reproducible: Always Steps to Reproduce: 1.Install latest bash-completion (bash-completion-1.3-3.fc14.noarch) 2.Log in a new shell in bash 3.Try to auto-complete a directory Actual Results: Doesn't add the trailing slash Expected Results: Add the trailing slash
I expect this is a duplicate of Bug 677446. Feel free to re-open if that's not the case. *** This bug has been marked as a duplicate of bug 677446 ***
Effectively, commenting out acroread completion script solve the problem. I don't know why I didn't found it while searching. Thanks for pointing this out to me!