Bug 77115
| Summary: | Wrong file globbing behavior | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Need Real Name <jan.gruenwald> |
| Component: | bash | Assignee: | Tim Waugh <twaugh> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 8.0 | CC: | mitr |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2002-11-01 23:52:59 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
Need Real Name
2002-11-01 11:21:46 UTC
I just checked it as "root" user. There it works as expected. I think this is expected behavior. Try setting LC_COLLATE=C and then retry. The "LC_COLLATE=C" didn't change anything You'll need to use bash-2.05-7 from rawhide for changes to have immediate effect. To see the result without upgrading, do LC_COLLATE=C bash -c 'ls [a-z]*' *** This bug has been marked as a duplicate of 74701 *** |