Bug 1179227

Summary: Directory with multiple spaces doesn't expand
Product: [Fedora] Fedora Reporter: Jesper Pedersen <jpederse>
Component: bash-completionAssignee: Ville Skyttä <ville.skytta>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 21CC: devin, fb.bugs.rh, frederic.coiffier, javiermon, junk, leon, michele, ooprala, pnemade, ra, sheltren, ville.skytta
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-15 11:55:59 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 Jesper Pedersen 2015-01-06 13:04:41 UTC
Directories with multiple spaces doesn't expand on <TAB>.

mkdir "0 1 2"
mkdir "0 1 3"
cd 0\ <TAB><TAB>

tcsh works correctly

Comment 1 javiermon 2015-01-07 14:28:36 UTC
I can confirm this happens to me on 2 different machines. This got broken upgrading to fedora 21, on fedora 20 it was working properly. I've also tried removing all packages that put files in /etc/bash_completion.d/ and the error still happens.

complete -R fixes this behaviour, but then autocomplete doesn't work on non built-in commands like yum, etc.

Comment 2 javiermon 2015-01-07 14:53:32 UTC
I meant complete -r

Comment 3 Ondrej Oprala 2015-01-16 12:24:03 UTC
*** Bug 1183007 has been marked as a duplicate of this bug. ***

Comment 4 Ville Skyttä 2015-03-15 11:55:59 UTC

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