http://bugs.winehq.org/show_bug.cgi?id=32087 Jason Edmeades <us(a)edmeades.me.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |us(a)edmeades.me.uk --- Comment #2 from Jason Edmeades <us(a)edmeades.me.uk> 2012-10-29 05:12:07 CDT --- No, the original reporter has it right - its purely a case of the 'set' tests displaying the environment and relying on nothing in the environment already existing which starts with those characters. It'll be interesting to work around, although possible when we eventually have working for /f, as we could add before the test something like for /f "delims==" %%i in ('set ba') do set %%i= (I dont have Linux to hand to test this, but I suspect its enough - Are you able to confirm it and I'll send a patch later in the week) -- 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.