--- Comment #1 from Frédéric Delanoy frederic.delanoy@gmail.com 2011-07-10 02:53:11 CDT ---
@echo off
for %%i in (X) do (
for %%j in (Y) do (
call :myFun %%i %%j ))
gives "%i Y" instead of "X Y"
--
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.