https://bugs.winehq.org/show_bug.cgi?id=51402
Bug ID: 51402 Summary: || and && don't work properly in WINE cmd Product: Wine Version: 5.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: cmd Assignee: wine-bugs@winehq.org Reporter: AlvinSeville7cf@gmail.com Distribution: ---
Created attachment 70259 --> https://bugs.winehq.org/attachment.cgi?id=70259 Wrong behavior screenshot
For instance I run some non-existing command:
non-existing && echo SUCCESS
but SUCCESS is printed instead only error "Can't recognize 'non-existing ' as an internal or external command, or batch script.".
Also the following command:
set variable=value || echo FAIL
outputs FAIL unexpectedly.