diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c index 4f1f83ff1903..ff8d8cae411c 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", },