Bug 538431 - tcsh 6.14-14.el5_4.2 changes arguments to commands when quoting and globbing
Summary: tcsh 6.14-14.el5_4.2 changes arguments to commands when quoting and globbing
Keywords:
Status: CLOSED DUPLICATE of bug 529425
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: tcsh
Version: 5.4
Hardware: All
OS: Linux
low
high
Target Milestone: rc
: ---
Assignee: Vitezslav Crhonek
QA Contact: BaseOS QE - Apps
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-11-18 15:22 UTC by arif
Modified: 2009-11-18 15:38 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-11-18 15:38:07 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.