diff options
| -rw-r--r-- | usr.bin/make/job.c | 2 |
1 files changed, 1 insertions, 1 deletions
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", }, |
