http://bugs.winehq.org/show_bug.cgi?id=28258
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source CC| |frederic.delanoy@gmail.com
--- Comment #1 from Frédéric Delanoy frederic.delanoy@gmail.com 2011-09-07 09:52:13 CDT --- Minimised file to get the error: test_builtins.cmd: @echo off echo ...stdout redirection mkdir foobar & cd foobar echo foo@tab@1>@tab@foo type foo echo foo7 7> foo type foo echo foo9 9> foo type foo echo foo1> foo type foo echo foo11> foo type foo echo foo12> foo type foo echo1>foo type foo cd .. & rd /s/q foobar cd
test_builtins.cmd.exp ...stdout redirection foo@tab@ foo7@space@@or_broken@foo@tab@ foo9@space@@or_broken@foo@tab@ foo1 foo11 foo12 @pwd@
Redirections handling is a bit messy. This may be related to bugs 28037 (and 21227?)
Ideas welcome ;)