Bug 538437

Summary: tcsh wildcard expansion no longer works correctly
Product: Red Hat Enterprise Linux 5 Reporter: Peter Staubach <staubach>
Component: tcshAssignee: Vitezslav Crhonek <vcrhonek>
Status: CLOSED DUPLICATE QA Contact: BaseOS QE - Apps <qe-baseos-apps>
Severity: high Docs Contact:
Priority: high    
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:57:18 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 Peter Staubach 2009-11-18 15:46:14 UTC
Description of problem:

The tcsh now rejects command lines with wildcard arguments if any
fail to expand, instead of rejecting if all fail to expand.

Version-Release number of selected component (if applicable):


How reproducible:

This is very easy to reproduce.

Steps to Reproduce:
1. mkdir a
2. mkdir b
3. touch a/a
4. echo a/* b/*
  
Actual results:

echo: No match.

Expected results:

a/a

Additional info:

Comment 1 Vitezslav Crhonek 2009-11-18 15:57:18 UTC

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