[Bug 32679] cmd.exe Add support for || and &&

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Mar 21 13:44:57 CDT 2016


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

--- Comment #7 from Qian Hong <fracting at gmail.com> ---
(In reply to Qian Hong from comment #6)
> Looks like we need to use a "local ERRORLEVEL" instead of "global
> ERRORLEVEL" in order to support || and && correctly.

Update: some builtin commands like `echo` does not change ERRORLEVEL, those
commands should always be treated as success, we need to change the logic to
ignore ERRORLEVEL from previous command when handling these kinds of special
builtin commands.

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