patch for command line containing equals sign

2014-03-20 Thread Weber, Mark
See http://cygwin.com/ml/cygwin-patches/2014-q1/msg00017.html and related. Thanks for posting how the new behavior is different from the old. I am having a related issue, with C++ code that parses the command line. The command line we support is something like - program_name arg1 -option1=v

Re: patch for command line containing equals sign

2014-03-20 Thread Christopher Faylor
On Thu, Mar 20, 2014 at 09:10:05PM +, Weber, Mark wrote: > >See >http://cygwin.com/ml/cygwin-patches/2014-q1/msg00017.html >and related. > >Thanks for posting how the new behavior is different from the old. >I am having a related issue, with C++ code that parses the command line. > >The command