[Bug 40483] New: cmd execute "if foo==bar echo haha1& echo haha2" in a wrong way

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Apr 16 22:21:53 CDT 2016


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

            Bug ID: 40483
           Summary: cmd execute "if foo==bar echo haha1& echo haha2" in a
                    wrong way
           Product: Wine
           Version: 1.9.8
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: cmd
          Assignee: wine-bugs at winehq.org
          Reporter: fracting at gmail.com
      Distribution: ---

Step to reproduce"

Run the below command line in cmd console:

if foo==bar echo haha1& echo haha2

Expect result:
On windows, the command prints nothing

Actual result:
On Wine, the command prints "haha2"

This makes latest MSYS2 fails.

-- 
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