summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2005-07-18 08:13:04 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2005-07-18 08:13:04 +0000
commitfe4ba8a249680b31d6474241e3aa0fb024ab36ff (patch)
tree5c4eac9f52b831d43b872e951e0d72dae4b1e7e3 /usr.bin/cvs
parentd96d978a91f759a6e2b2fed310f1abb4173e7ac5 (diff)
add cvs_noexec in cvs_req_globalopt() swtich case 'n';
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r--usr.bin/cvs/req.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/req.c b/usr.bin/cvs/req.c
index 45b6a7582cd..305109935f1 100644
--- a/usr.bin/cvs/req.c
+++ b/usr.bin/cvs/req.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: req.c,v 1.23 2005/07/10 13:59:52 xsa Exp $ */
+/* $OpenBSD: req.c,v 1.24 2005/07/18 08:13:03 xsa Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -582,6 +582,7 @@ cvs_req_globalopt(int reqid, char *line)
cvs_nolog = 1;
break;
case 'n':
+ cvs_noexec = 1;
break;
case 'Q':
verbosity = 0;