Bug 1171496 - [Regression] Path completion does not work with cd when path contains spaces
Summary: [Regression] Path completion does not work with cd when path contains spaces
Keywords:
Status: CLOSED DUPLICATE of bug 1171396
Alias: None
Product: Fedora
Classification: Fedora
Component: bash
Version: 21
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Ondrej Oprala
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-12-07 18:39 UTC by Milan Bouchet-Valat
Modified: 2016-02-01 02:10 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-01-23 16:02:53 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Milan Bouchet-Valat 2014-12-07 18:39:42 UTC
Since Fedora 21, I'm not able to autocomplete paths if the already typed path contains spaces:
mkdir -p "a dir/b"
cd a[tab] -> gives cd a\ dir, which is fine
cd a\ dir/[tab] -> no effect, even after hitting tab several times

But if I do:
ls a\ dir/[tab]
I get the expected completion to a\ dir/b


This is with bash 4.3.30 on Fedora 21. It worked fine on Fedora 20.

Comment 1 Ondrej Oprala 2015-01-23 16:02:53 UTC

*** This bug has been marked as a duplicate of bug 1171396 ***


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