https://bugs.winehq.org/show_bug.cgi?id=54100
Eric Pouech eric.pouech@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@gmail.com
--- Comment #2 from Eric Pouech eric.pouech@gmail.com --- Created attachment 73640 --> https://bugs.winehq.org/attachment.cgi?id=73640 proposed patch
I'd rather use this as a patch ;-) testing it...
---------------
Z:>z:\bin\bash -c "echo foo"
Z:>foo
Z:>z:\bin\bash -c "echo foo" > \tmp\bar
Z:>more \tmp\bar foo
--------------- notes: - cmd cannot simply wait on child termination... hence sometimes the funky output relative to prompt (see second line of output) - redirection in general works...