http://bugs.winehq.org/show_bug.cgi?id=21142
Summary: cmd doesn't handle 'else' in if statements Product: Wine Version: 1.1.35 Platform: x86 OS/Version: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: programs AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
On windows: if 0==1 (echo a) else echo b prints b
On wine, it's blank.