Description of problem: tcsh version 6.14-14.el5_4.2 escapes argument incorrectly when in quotes and going globbing. This is a change from 6.14-14.el5. The only difference is the "glob-automount" patch. Version-Release number of selected component (if applicable): 6.14-14.el5_4.2 How reproducible: 100% Steps to Reproduce: tcsh -c 'echo "xxxxx" /etc*' Actual results: \x\x\x\x\x /etc Expected results: xxxxx /etc Additional info: Both quotes (single or double) and globbing is required.
*** This bug has been marked as a duplicate of bug 529425 ***