two questions

Robert Collins robert.collins@itdomain.com.au
Sat Jul 15 23:07:00 GMT 2000


snapshot 7/28.. I'll suck down cvs..
----- Original Message ----- 
From: "Chris Faylor" <cgf@cygnus.com>
To: <cygwin-apps@sources.redhat.com>
Sent: Sunday, July 16, 2000 3:54 PM
Subject: Re: two questions


> On Sun, Jul 16, 2000 at 03:57:01PM +1000, Robert Collins wrote:
> >The output was very similar yes.
> >Is there any chance you could post the patch? Or mail it to me?
> 
> It's in CVS now.  Weren't you building from CVS?
> 
> cgf
> 
> Index: dcrt0.cc
> ===================================================================
> RCS file: /cvs/src/src/winsup/cygwin/dcrt0.cc,v
> retrieving revision 1.32
> retrieving revision 1.34
> diff -u -r1.32 -r1.34
> --- dcrt0.cc 2000/07/15 02:48:10 1.32
> +++ dcrt0.cc 2000/07/16 04:37:43 1.34
> @@ -439,7 +439,7 @@
>       /* Skip over characters until the closing quote */
>       {
>         sawquote = cmd;
> -       cmd = quoted (cmd, winshell);
> +       cmd = quoted (cmd, winshell && argc > 0);
>       }
>     if (issep (*cmd)) // End of argument if space
>       break;
> 



More information about the Cygwin-apps mailing list