diff options
Diffstat (limited to 'usr.bin/cvs/update.c')
-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': |