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
Reported upstream.