https://bugs.winehq.org/show_bug.cgi?id=54100 Eric Pouech <eric.pouech(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech(a)gmail.com --- Comment #2 from Eric Pouech <eric.pouech(a)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... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.