[Bug 37478] cmd doesn't handle "else if" correctly in all cases

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jan 5 13:14:28 CST 2015


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

Mikhail Bystryantsev <ho-rr-or at mail.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ho-rr-or at mail.ru

--- Comment #1 from Mikhail Bystryantsev <ho-rr-or at mail.ru> ---
I have the same problem. Wine 1.7.33

if 1 == 1 (
  echo FIRST
) else if 1 == 1 (
  echo SECOND
) else (
  echo THIRD
)

Output:
FIRST
THIRD

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