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@winehq.org Reporter: rpisl@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.