Bug 80770

Summary: Completion wierdness with nested quotes.
Product: [Retired] Red Hat Raw Hide Reporter: Ralph Loader <suckfish>
Component: bashAssignee: Tim Waugh <twaugh>
Status: CLOSED UPSTREAM QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-04-09 16:00:25 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ralph Loader 2002-12-31 01:28:43 UTC
Description of problem:

Using tab completion after a "` (double-quote back-quote) sequence
appends an additional " .

Version-Release number of selected component (if applicable):

bash-2.05b-13

How reproducible:

Every time.

Steps to Reproduce:
1.  Go to an empty directory.
2.  touch temp.txt
3.  Type

echo "`cat temp<TAB>

where <TAB> means push the tab key.

Actual results:

The command line is completed to

echo "`cat temp.txt"

Expected results:

I think the command line should be completed to

echo "`cat temp.txt

Comment 1 Tim Waugh 2003-04-09 16:00:25 UTC
Reported upstream.