[Bug 50641] New: Wine cmd handles incorrectly if-for on a single line

WineHQ Bugzilla wine-bugs at winehq.org
Mon Feb 8 05:22:38 CST 2021


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

            Bug ID: 50641
           Summary: Wine cmd handles incorrectly if-for on a single line
           Product: Wine
           Version: 6.1
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: cmd
          Assignee: wine-bugs at winehq.org
          Reporter: rpisl at seznam.cz
      Distribution: ---

Wine cmd handles incorrectly expression with if and for on a single line if the
condition is not met such as:

if not ""=="" for %%i IN (A) DO (echo %%i)

Can't recognize 'DO ' as an internal or external command, or batch script.

See attached test case.

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