Whamcloud - gitweb
Branch: b1_4_5921
authoradilger <adilger>
Tue, 12 Apr 2005 23:54:43 +0000 (23:54 +0000)
committeradilger <adilger>
Tue, 12 Apr 2005 23:54:43 +0000 (23:54 +0000)
Handle "./lustrecvs -r foo" instead of choking.

lustrecvs

index 8419be4..4436462 100755 (executable)
--- a/lustrecvs
+++ b/lustrecvs
@@ -31,6 +31,8 @@ if [ -z "$LUSTRECVS_UPDATED" ] ; then
     exec "$0" "$@"
 fi
 
     exec "$0" "$@"
 fi
 
+[ "$1" = "-r" ] && shift
+
 buildtag="HEAD"
 lustretag="$1"
 shift
 buildtag="HEAD"
 lustretag="$1"
 shift