Okay, my test case can be improved upon. :) cd /tmp touch hello rm hel<TAB><ENTER>
The problem only occurs when the filename was tab-completed, which makes sense. With 'set -x', a whole bunch of bash completion stuff is getting run; hopefully it can be narrowed down to a particular broken bit. Running 'rm hel<TAB><ENTER>' again in the same shell succeeds; but the bug can still be seen on 'ls hel<TAB><ENTER>' for one time, and 'touch hel<TAB><ENTER>' for one time, etc. -- Tim Retout <[email protected]> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

