From d5ce180dc062254560d566a43b19afb6c6dfae7c Mon Sep 17 00:00:00 2001 From: cjs Date: Thu, 4 Feb 1999 00:40:55 +0000 Subject: [PATCH] When giving the -v option to /bin/sh, also give the new -q option so that the execution of $ENV isn't printed with every job that's started. --- usr.bin/make/job.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c index b34f1dafbaf5..c5b58cd3dc99 100644 --- a/usr.bin/make/job.c +++ b/usr.bin/make/job.c @@ -1,4 +1,4 @@ -/* $NetBSD: job.c,v 1.24 1998/11/06 23:31:09 christos Exp $ */ +/* $NetBSD: job.c,v 1.25 1999/02/04 00:40:55 cjs Exp $ */ /* * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. @@ -39,14 +39,14 @@ */ #ifdef MAKE_BOOTSTRAP -static char rcsid[] = "$NetBSD: job.c,v 1.24 1998/11/06 23:31:09 christos Exp $"; +static char rcsid[] = "$NetBSD: job.c,v 1.25 1999/02/04 00:40:55 cjs Exp $"; #else #include #ifndef lint #if 0 static char sccsid[] = "@(#)job.c 8.2 (Berkeley) 3/19/94"; #else -__RCSID("$NetBSD: job.c,v 1.24 1998/11/06 23:31:09 christos Exp $"); +__RCSID("$NetBSD: job.c,v 1.25 1999/02/04 00:40:55 cjs Exp $"); #endif #endif /* not lint */ #endif @@ -203,7 +203,7 @@ static Shell shells[] = { #ifdef OLDBOURNESHELL FALSE, "echo \"%s\"\n", "sh -c '%s || exit 0'\n", #endif - "v", "e", + "vq", "e", }, /* * UNKNOWN.