https://bugs.winehq.org/show_bug.cgi?id=43337
Ben Lubar ben.lubar@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ben.lubar@gmail.com
--- Comment #1 from Ben Lubar ben.lubar@gmail.com --- Minimal code to reproduce: $ wine cmd /c 'if "x" == "x" set foo=a(b)c'
On cmd.exe in Windows, this sets the variable "foo" to "a(b)c".
On cmd.exe in Wine, this sets the variable "foo" to "a" and then runs the programs "b" and "c".
It happens on both of these versions I have easy access to:
$ wine-stable --version wine-3.0 (Ubuntu 3.0-1ubuntu1) $ wine-development --version wine-3.5 (Ubuntu 3.5-1)