[Bug 43337] Conditional command with parentheses not working.

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Apr 11 15:19:47 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=43337

Ben Lubar <ben.lubar at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ben.lubar at gmail.com

--- Comment #1 from Ben Lubar <ben.lubar at 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.



More information about the wine-bugs mailing list