[Bug 40694] Invalid behavior of "C: && echo haha" or "C: & echo haha"

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jun 26 17:33:40 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=40694

Jason Edmeades <us at edmeades.me.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |us at edmeades.me.uk

--- Comment #9 from Jason Edmeades <us at 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

-- 
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.



More information about the wine-bugs mailing list