http://bugs.winehq.org/show_bug.cgi?id=21214
Summary: cmd: "if" blocks are echoed only once; body shouldn't be echoed again Product: Wine Version: 1.1.35 Platform: x86 OS/Version: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: programs AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
On Wine, commands like if exit foo.dat echo "blah" are echoed like c:\dir> if exit foo.dat echo "blah" c:\dir> echo "blah" blah but on Windows, one sees instead c:\dir> if exit foo.dat echo "blah" blah