[Bug 27894] New: Inconsistent "for /L" parsing

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jul 25 05:43:20 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=27894

           Summary: Inconsistent "for /L" parsing
           Product: Wine
           Version: 1.3.25
          Platform: x86-64
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: cmd
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: frederic.delanoy at gmail.com


"for /L %i in (1,2,3) do echo %i" is parsed correctly
Output:
1
2
3

while

"for /L %i in (1,1,1) do echo %i" is not
Output: 
wine: cannot find L"C:\\windows\\system32\\do.exe"
File not found

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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