http://bugs.winehq.org/show_bug.cgi?id=14711
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |trivial Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 OS/Version|All |other Platform|All |Other
--- Comment #2 from Vitaliy Margolen vitaliy@kievinfo.com 2008-08-01 23:47:34 --- Well Wine duplicates _correct_ behavior of the *NIX word. But I'm guessing you talking about brain damage of windows that always prints new line at the and:
vitaliy@dragon:tmp $echo -ne "123\n456" > test vitaliy@dragon:tmp $wine cmd /c type test 123 456vitaliy@dragon:tmp $echo -ne "123\n456\n" > test vitaliy@dragon:tmp $wine cmd /c type test 123 456 vitaliy@dragon:tmp $