usr.bin/make 2nd try: string len 13 not 10

Max Okumoto okumoto at ucsd.edu
Wed Dec 1 05:47:08 PST 2004


Missed from mega patch.

"unset verbose" is 13 characters, not 10.

			Max
PatchSet 365
Date: 2004/10/23 22:36:55
Author: ru
Log:
"unset verbose" is 13 characters, not 10.

Members: 
	job.c:1.51->1.52 

Index: job.c
===================================================================
RCS file: /usr/home/okumoto/Work/make/fbsd-cvs/src/usr.bin/make/job.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- job.c	23 Oct 2004 21:34:41 -0000	1.51
+++ job.c	23 Oct 2004 21:36:55 -0000	1.52
@@ -182,7 +182,7 @@
      */
 {
     "csh",
-    TRUE, "unset verbose", "set verbose", "unset verbose", 10,
+    TRUE, "unset verbose", "set verbose", "unset verbose", 13,
     FALSE, "echo \"%s\"\n", "csh -c \"%s || exit 0\"",
     "v", "e",
 },




More information about the Submit mailing list