diff options
author | 2005-07-19 00:32:26 +0000 | |
---|---|---|
committer | 2005-07-19 00:32:26 +0000 | |
commit | 204d64e675064f630d039f32a5f3efb417018252 (patch) | |
tree | 5c3d344fcadb58b577ffdcaf1e4062870d018157 /usr.bin/cvs/commit.c | |
parent | Add a ``force-scripts'' option for using chat scripts with -direct and (diff) | |
download | wireguard-openbsd-204d64e675064f630d039f32a5f3efb417018252.tar.xz wireguard-openbsd-204d64e675064f630d039f32a5f3efb417018252.zip |
unbreak the commit command.
Diffstat (limited to 'usr.bin/cvs/commit.c')
-rw-r--r-- | usr.bin/cvs/commit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/commit.c b/usr.bin/cvs/commit.c index 0659d7dede0..f837ecdf442 100644 --- a/usr.bin/cvs/commit.c +++ b/usr.bin/cvs/commit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: commit.c,v 1.40 2005/07/14 06:50:50 xsa Exp $ */ +/* $OpenBSD: commit.c,v 1.41 2005/07/19 00:32:26 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -61,7 +61,7 @@ struct cvs_cmd cvs_cmd_commit = { cvs_commit_local, NULL, NULL, - CVS_CMD_ALLOWSPEC | CVS_CMD_SENDARGS2 + CVS_CMD_SENDDIR | CVS_CMD_ALLOWSPEC | CVS_CMD_SENDARGS2 }; static char *mfile = NULL; |