From e3168409f13d6d709e55098d55979c58f9090b83 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sat, 23 Oct 2004 21:36:55 +0000 Subject: "unset verbose" is 13 characters, not 10. --- usr.bin/make/job.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/make') diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c index 4f1f83ff19034..ff8d8cae411c3 100644 --- a/usr.bin/make/job.c +++ b/usr.bin/make/job.c @@ -182,7 +182,7 @@ static Shell shells[] = { */ { "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", }, -- cgit v1.3