From: jacob Date: Tue, 11 Jan 2005 21:57:25 +0000 (+0000) Subject: update all files in the lustre root dir; not just lustrecvs X-Git-Tag: v1_7_100~1680 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=f2083ec37f1b140b8e8df3d1301bc67fa6c555fe update all files in the lustre root dir; not just lustrecvs --- diff --git a/lustrecvs b/lustrecvs index 6105c5b..b2b21f5 100755 --- a/lustrecvs +++ b/lustrecvs @@ -25,7 +25,8 @@ EOF } if [ -z "$LUSTRECVS_UPDATED" ] ; then - cvs up "$0" || fatal 1 "Error updating lustrecvs" + echo "$progname: updating lustrecvs" + cvs up -l || fatal 1 "Error updating lustrecvs" export LUSTRECVS_UPDATED=yes exec "$0" "$@" fi