This is a multi-part message in MIME format.
--------------060902050405000908070801
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Missed from mega patch.
"unset verbose" is 13 characters, not 10.
Max
--------------060902050405000908070801
Content-Type: text/plain;
name="patch-5.365"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="patch-5.365"
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",
},
--------------060902050405000908070801--