diff options
author | 2006-07-03 07:09:35 +0000 | |
---|---|---|
committer | 2006-07-03 07:09:35 +0000 | |
commit | a15077d7461db862e031ab62421260d7972cdf07 (patch) | |
tree | 7f0acf7d9bd1592b3eb8f93debf43b8796fd4add | |
parent | - re_attach(): Use bus_dma* directly instead of calling re_allocmem(). (diff) | |
download | wireguard-openbsd-a15077d7461db862e031ab62421260d7972cdf07.tar.xz wireguard-openbsd-a15077d7461db862e031ab62421260d7972cdf07.zip |
-p implies -n...
-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': |