=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/commit.c,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- src/usr.bin/cvs/commit.c 2005/07/14 06:50:50 1.40 +++ src/usr.bin/cvs/commit.c 2005/07/19 00:32:26 1.41 @@ -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 * All rights reserved. @@ -61,7 +61,7 @@ cvs_commit_local, NULL, NULL, - CVS_CMD_ALLOWSPEC | CVS_CMD_SENDARGS2 + CVS_CMD_SENDDIR | CVS_CMD_ALLOWSPEC | CVS_CMD_SENDARGS2 }; static char *mfile = NULL;