From 3553222b7319e3f46bfb3dc67e3f71f3d8440aba Mon Sep 17 00:00:00 2001 From: anserper Date: Wed, 24 Oct 2007 09:19:04 +0000 Subject: [PATCH] reverting back accidental lustrecvs update --- lustrecvs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustrecvs b/lustrecvs index 9a65191..fa24a01 100755 --- a/lustrecvs +++ b/lustrecvs @@ -27,7 +27,7 @@ EOF if [ -z "$LUSTRECVS_UPDATED" ] ; then echo "$progname: updating lustrecvs" - cvs -z9 up -l || fatal 1 "Error updating lustrecvs" + cvs up -l || fatal 1 "Error updating lustrecvs" export LUSTRECVS_UPDATED=yes exec "$0" "$@" fi @@ -119,7 +119,7 @@ cvs_cmd () ( cd "$dir" && cvs up $datecmd -dAP $uptag ) else echo "$progname: Checking out $dir from $tag" - cvs -z9 co $datecmd -P $cotag -d "$dir" "$module" + cvs co $datecmd -P $cotag -d "$dir" "$module" fi if [ $? != 0 ] ; then error_modules="$dir $error_modules" -- 1.8.3.1