Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 76869

Summary: bash resolves directories incorrectly when using ~ and TAB
Product: [Retired] Red Hat Linux Reporter: Frode Tennebø <frodet>
Component: bashAssignee: Tim Waugh <twaugh>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-10-28 17:38:15 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 Frode Tennebø 2002-10-28 13:43:28 UTC
Description of Problem:

If you want to RUN a program where the path is relative to ~/ and it 
resides in a subdirectory, eg. ~/bin/foo, bash fails to identify the 
directory correctly if TAB is pressed.

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

bash-2.05b$ bash --version
GNU bash, version 2.05b.0(1)-release (i686-pc-linux-gnu)

How Reproducible:

Always.

Steps to Reproduce:
1. bash-2.05b$ ~/bi[tab]
2. 
3. 

Actual Results:
bash-2.05b$ ~/bin[space]


Expected Results:
bash-2.05b$ ~/bin/

Additional Information:
/home/bar/bi[tab] works as expected.

Comment 1 Tim Waugh 2002-11-07 14:15:13 UTC

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