https://bugs.winehq.org/show_bug.cgi?id=55489
Bug ID: 55489 Summary: 'cmd1 || cmd2' (OR, double pipe) not working Product: Wine Version: 8.14 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: cmd Assignee: wine-bugs@winehq.org Reporter: mr.dmitry.sokolov@gmail.com Distribution: ---
Cmd OR (|| - double pipe) command not working.
Run: echo 123 || echo failed
Expected: 123
Actual: 123 failed