Bug 1171496

Summary: [Regression] Path completion does not work with cd when path contains spaces
Product: [Fedora] Fedora Reporter: Milan Bouchet-Valat <nalimilan>
Component: bashAssignee: Ondrej Oprala <ooprala>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 21CC: admiller, ooprala, ovasik
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-01-23 16:02:53 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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 ***