From 204d64e675064f630d039f32a5f3efb417018252 Mon Sep 17 00:00:00 2001 From: joris Date: Tue, 19 Jul 2005 00:32:26 +0000 Subject: unbreak the commit command. --- usr.bin/cvs/commit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/cvs/commit.c') 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 * 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; -- cgit v1.2.3-59-g8ed1b