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:
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.
*** This bug has been marked as a duplicate of 72512 ***
(Oops, shouldn't have re-opened). *** This bug has been marked as a duplicate of 72512 ***