Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com Message-ID: <000f01bfeeec$ea937c90$f7c723cb@lifelesswks> From: "Robert Collins" To: References: <004801bfeed8$5a75f610$f7c723cb AT lifelesswks> <20000715234510 DOT A8476 AT cygnus DOT com> <005c01bfeede$10604c00$f7c723cb AT lifelesswks> <20000716003824 DOT A8880 AT cygnus DOT com> <006401bfeee6$24ba9680$f7c723cb AT lifelesswks> <20000716013341 DOT A9284 AT cygnus DOT com> <006f01bfeeea$ac86da20$f7c723cb AT lifelesswks> <20000716015448 DOT A9696 AT cygnus DOT com> Subject: Re: two questions Date: Sun, 16 Jul 2000 16:13:05 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 snapshot 7/28.. I'll suck down cvs.. ----- Original Message ----- From: "Chris Faylor" To: 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; >