http://bugs.winehq.org/show_bug.cgi?id=15194
Summary: cmd.exe doesn't support for 2>&1 style redirection Product: Wine Version: CVS/GIT Platform: All OS/Version: All Status: UNCONFIRMED Severity: normal Priority: P2 Component: programs AssignedTo: wine-bugs@winehq.org ReportedBy: dmitry@zend.com
Created an attachment (id=15945) --> (http://bugs.winehq.org/attachment.cgi?id=15945) proposed patch
"cmd /c <program> 2>&1" doesn't perform redirection and tries to run "1" as a program instead. A trivial patch is attached.