Description of problem: For certain combination of arguments to tcsh, the arguments actually sent to the command contains spurious backslashes. Version-Release number of selected component (if applicable): tcsh-6.14-14.el5_4.2 How reproducible: Every time Steps to Reproduce: 1. touch apa 2. echo "xyz" apa* Actual results: \x\y\z apa Expected results: xyz apa
*** This bug has been marked as a duplicate of bug 529425 ***