https://bugs.winehq.org/show_bug.cgi?id=40694
Jason Edmeades us@edmeades.me.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |us@edmeades.me.uk
--- Comment #9 from Jason Edmeades us@edmeades.me.uk --- That patch is wrong - you need to keep spaces, otherwise something simple like "echo abc >a.a" gives different output (it should keep the spaces). I think it needs to be handled elsewhere, will take a look
(In addition the patch should be WCHAR *tend = command + *commandLen - 1; (not +1) otherwise nothing works)
I'll try to take a look