[1/2] cmd: fixing an error with redirection operators

Nowres Rafid nowres.rafed at gmail.com
Thu Aug 18 19:49:52 CDT 2011


echo test2>foo
is interpreted as:
echo test 2>foo
while it must be interpreted as:
echo test2 >foo

this patch fixed 10 tests errors in cmd


More information about the wine-patches mailing list