[Bug 33253] New: Command line: Incorrect behavior of "for" command

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Mar 20 14:13:03 CDT 2013


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

             Bug #: 33253
           Summary: Command line: Incorrect behavior of "for" command
           Product: Wine
           Version: 1.5.26
          Platform: x86
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: cmd
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: guy.roussin at teledetection.fr
    Classification: Unclassified


Hi,

with wine 1.5.26 :

C:\OSGeo4W>for %f in (etc/ini/*.bat) do echo %f
gdal.bat

C:\OSGeo4W>for %f in (etc/ini/gdal.bat) do echo %f
etc/ini/gdal.bat


with windows XP :

C:\OSGeo4W>for %f in (etc\ini\*.bat) do echo %f

C:\OSGeo4W>echo etc\ini\gdal.bat
etc\ini\gdal.bat

C:\OSGeo4W>for %f in (etc\ini\gdal.bat) do echo %f

C:\OSGeo4W>echo etc\ini\gdal.bat
etc\ini\gdal.bat

Thank you,

Guy

-- 
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