diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-06-07 15:34:25 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-06-07 15:34:25 +0000 |
commit | 574a7a8c2258bdf9ece2fbd3c0302b19391a34e8 (patch) | |
tree | 0f654a988613fd9d3352cf27899768004ca1d701 /usr.bin | |
parent | 328c2d5331ba3a3addf444b642bb7a6e872be71e (diff) |
silly me. do not abuse the copy/paste skills i have ...
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/cvs/checkout.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/checkout.c b/usr.bin/cvs/checkout.c index e613d78414b..cfcc1ff17e0 100644 --- a/usr.bin/cvs/checkout.c +++ b/usr.bin/cvs/checkout.c @@ -1,4 +1,4 @@ -/* $OpenBSD: checkout.c,v 1.29 2005/06/07 15:13:25 xsa Exp $ */ +/* $OpenBSD: checkout.c,v 1.30 2005/06/07 15:34:24 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -201,7 +201,7 @@ cvs_checkout_pre_exec(struct cvsroot *root) if (!shorten && cvs_sendarg(root, "-N", 0) < 0) return (CVS_EX_PROTO); - if ((cvs_cmd_update.cmd_flags & CVS_CMD_PRUNEDIRS) && + if ((cvs_cmd_checkout.cmd_flags & CVS_CMD_PRUNEDIRS) && (cvs_sendarg(root, "-P", 0) < 0)) return (CVS_EX_PROTO); |