From 976f02d05453462aa5b2eb711c02a303e1f19fc4 Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 12 Apr 2005 23:54:43 +0000 Subject: [PATCH] Branch: b1_4_5921 Handle "./lustrecvs -r foo" instead of choking. --- lustrecvs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustrecvs b/lustrecvs index 8419be4..4436462 100755 --- a/lustrecvs +++ b/lustrecvs @@ -31,6 +31,8 @@ if [ -z "$LUSTRECVS_UPDATED" ] ; then exec "$0" "$@" fi +[ "$1" = "-r" ] && shift + buildtag="HEAD" lustretag="$1" shift -- 1.8.3.1