This is the mail archive of the cygwin-apps@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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;

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]