https://bugs.winehq.org/show_bug.cgi?id=43337 Ben Lubar <ben.lubar(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ben.lubar(a)gmail.com --- Comment #1 from Ben Lubar <ben.lubar(a)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) -- 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.