[Bug 37372] New: Unexpected order of results in wildcard expansion

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Oct 7 13:38:10 CDT 2014


https://bugs.winehq.org/show_bug.cgi?id=37372

            Bug ID: 37372
           Summary: Unexpected order of results in wildcard expansion
           Product: Wine
           Version: 1.7.28
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: -unknown
          Assignee: wine-bugs at winehq.org
          Reporter: andreas at grapentin.org

in cmd.exe, execute the following statement:

  for %f in (*) do echo %f

On windows, you expect the files to be listed in lexicographically ascending
order, and some applications rely on that behaviour, one example being the
Gothic2 Modkit during Script parsing.
However, the order when executing this through wine seems random.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list