[PATCH] Fix parameter passing containing quote/equal to Windows batch command

Daniel Dai daijyc@gmail.com
Mon Jan 27 06:53:00 GMT 2014


Yes, that's the Unix behavior. However, bat file will eat the quote.
If you pass "a=b" to bat, you will only get a=b. That's why I can
quote the parameters containing equal sign. But anyway, if cygwin
automatically quote equal sign, I don't need to quote the parameter.
That should enough to solve my problem. Thanks Christopher!



More information about the Cygwin-patches mailing list