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.
*** This bug has been marked as a duplicate of 77115 ***