From 2bed6877493cb851010e2dc24b78256a34b3bc8a Mon Sep 17 00:00:00 2001 From: anserper Date: Wed, 24 Oct 2007 09:14:10 +0000 Subject: [PATCH] b=10600 small fix - inline specifier is stripped from quote_get_qunit_data_size definition and declaration --- lustrecvs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustrecvs b/lustrecvs index fa24a01..9a65191 100755 --- a/lustrecvs +++ b/lustrecvs @@ -27,7 +27,7 @@ EOF if [ -z "$LUSTRECVS_UPDATED" ] ; then echo "$progname: updating lustrecvs" - cvs up -l || fatal 1 "Error updating lustrecvs" + cvs -z9 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 co $datecmd -P $cotag -d "$dir" "$module" + cvs -z9 co $datecmd -P $cotag -d "$dir" "$module" fi if [ $? != 0 ] ; then error_modules="$dir $error_modules" -- 1.8.3.1