diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2006-07-03 07:09:36 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2006-07-03 07:09:36 +0000 |
commit | cccff4e9818f124e6b96ed6b79bf1da74eb96c6e (patch) | |
tree | c0b7cf60533e443c58812827bb4da95bc85c3d62 /usr.bin/cvs | |
parent | 4f7747a28f8e7e634a3b8047ffc9be79053dfa0b (diff) |
-p implies -n...
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r-- | usr.bin/cvs/update.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/update.c b/usr.bin/cvs/update.c index 448671dc856..a4156f9758c 100644 --- a/usr.bin/cvs/update.c +++ b/usr.bin/cvs/update.c @@ -1,4 +1,4 @@ -/* $OpenBSD: update.c,v 1.78 2006/07/02 21:01:48 joris Exp $ */ +/* $OpenBSD: update.c,v 1.79 2006/07/03 07:09:35 xsa Exp $ */ /* * Copyright (c) 2006 Joris Vink <joris@openbsd.org> * @@ -79,6 +79,7 @@ cvs_update(int argc, char **argv) break; case 'p': print = 1; + cvs_noexec = 1; break; case 'Q': case 'q': |