Bug 538431

Summary: tcsh 6.14-14.el5_4.2 changes arguments to commands when quoting and globbing
Product: Red Hat Enterprise Linux 5 Reporter: arif
Component: tcshAssignee: Vitezslav Crhonek <vcrhonek>
Status: CLOSED DUPLICATE QA Contact: BaseOS QE - Apps <qe-baseos-apps>
Severity: high Docs Contact:
Priority: low    
Version: 5.4   
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-11-18 15:38:07 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description arif 2009-11-18 15:22:50 UTC
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.

Comment 1 Vitezslav Crhonek 2009-11-18 15:38:07 UTC

*** This bug has been marked as a duplicate of bug 529425 ***