Bug 703259 - New version (1.3-3) don't add trailing after directory
Summary: New version (1.3-3) don't add trailing after directory
Keywords:
Status: CLOSED DUPLICATE of bug 677446
Alias: None
Product: Fedora
Classification: Fedora
Component: bash-completion
Version: 14
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Ville Skyttä
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-05-09 18:53 UTC by Jean-Francois Saucier
Modified: 2011-05-09 20:01 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2011-05-09 19:03:46 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jean-Francois Saucier 2011-05-09 18:53:40 UTC
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

Comment 1 Jeff Sheltren 2011-05-09 19:03:46 UTC
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 ***

Comment 2 Jean-Francois Saucier 2011-05-09 20:01:16 UTC
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!


Note You need to log in before you can comment on or make changes to this bug.