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 From: Chris Faylor Date: Sun, 16 Jul 2000 01:54:49 -0400 To: cygwin-apps AT sources DOT redhat DOT com Subject: Re: two questions Message-ID: <20000716015448.A9696@cygnus.com> Reply-To: cygwin-apps AT sources DOT redhat DOT com Mail-Followup-To: cygwin-apps AT sources DOT redhat DOT com 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <006f01bfeeea$ac86da20$f7c723cb@lifelesswks>; from robert.collins@itdomain.com.au on Sun, Jul 16, 2000 at 03:57:01PM +1000 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;