X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustrecvs;h=b2b21f56b80a727dc8cd19762051e50a071478de;hb=7a458c4277d49fb899ab7eee28706267a65da10d;hp=6105c5b09c9fc74bc4f20b2a1b4ea0fc395bc56e;hpb=fa21918ca820dc70cfcff1a283fd6acb3fb817d4;p=fs%2Flustre-release.git 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