Bug 77796

Summary: Tab completion on directories in bash incorrect
Product: [Retired] Red Hat Linux Reporter: Cort Dougan <cort>
Component: bashAssignee: Tim Waugh <twaugh>
Status: CLOSED DUPLICATE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-11-14 08:42:13 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 Cort Dougan 2002-11-13 18:53:50 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20021017

Description of problem:
mkdir foodir
touch foodir/exec
chmod 755 foodir/exec
./foodir<TAB>
and you'll get "./foodir "
The extra space is incorrect since I'm wanting to execute
"./foodir/exec"

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


How reproducible:
Always

Steps to Reproduce:
1.
2.mkdir foodir
touch foodir/exec
chmod 755 foodir/exec
./foodir<TAB>
and you'll get "./foodir "
The extra space is incorrect since I'm wanting to execute
"./foodir/exec"
3.
	

Additional info:

Comment 1 Michael Lee Yohe 2002-11-13 20:19:16 UTC
The path listing isn't updated if you sit in the directory.  If you change to
another directory and then back to the parent directory of foodir - bash will
have updated the tree so that tab completion can work properly. 
mkdir/touch/chmod are not internal to bash and have no conduit of letting bash
know that the directory listing was updated.

Comment 2 Ben Levenson 2002-11-14 01:10:21 UTC

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

Comment 3 Tim Waugh 2002-11-14 08:43:48 UTC
(Oops, shouldn't have re-opened).

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