http://bugs.winehq.org/show_bug.cgi?id=18057
Vladimir Marko swelef@post.sk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |swelef@post.sk OS/Version|other |Linux Platform|Other |PC Summary|cmd.exe: mishandled quoted |cmd.exe: mishandled quoted |built-in commands with |built-in commands with |parameters |parameters |(programs/wcmdmain.c: |(programs/cmd/wcmdmain.c: |has_space==1 && opt_s==0) |has_space==1 && opt_s==0)
--- Comment #2 from Vladimir Marko swelef@post.sk 2009-04-21 17:57:51 --- OK, I've selected _my_ hardware and OS despite being sure that the bug will be present on all HW/OS combinations where wine runs (the source code doesn't lie).
The simple test case for this bug is wine cmd /c "set PATH" and I have checked on Windows XP that the command cmd /c "set PATH" indeed returns the Path environment variable (and PATHEXT).