diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-10-23 21:36:55 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-10-23 21:36:55 +0000 |
| commit | e3168409f13d6d709e55098d55979c58f9090b83 (patch) | |
| tree | 6960e99ece4718a352b0ff708e0f71e88afddaf4 | |
| parent | 3ecaab1c994db15a4a1a72c1c2d9b49c9f084ef5 (diff) | |
Notes
| -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", }, |
