Bug 77339

Summary: bash incorrectly expands wildcards
Product: [Retired] Red Hat Linux Reporter: Leonid Mamtchenkov <leonid>
Component: bashAssignee: Tim Waugh <twaugh>
Status: CLOSED DUPLICATE QA Contact: Ben Levenson <benl>
Severity: high Docs Contact:
Priority: medium    
Version: 8.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-11-05 13:56:56 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 Leonid Mamtchenkov 2002-11-05 13:56:49 UTC
Description of Problem:
Bash incorrectly expands wildcards.


Version-Release number of selected component (if applicable):
bash-2.05b-5

How Reproducible:
Always

Steps to Reproduce:
1. touch X11 x11 Y11 y11
2. ls [x-y]*
3. ls [X-Y]*

Actual Results:
For step 2: x11  X11  y11
For step 3: X11  y11  Y11

Expected Results:
For step 2: x11 y11
For step 3: X11 Y11

Additional Information:
I have tested this behavior on several other versions of RedHat Linux (6.2, 7.2,
7.3) and it behaves correctly.

Comment 1 Tim Waugh 2002-11-05 14:00:27 UTC

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