Whamcloud - gitweb
Branch HEAD
authoradilger <adilger>
Wed, 18 Jun 2008 22:55:05 +0000 (22:55 +0000)
committeradilger <adilger>
Wed, 18 Jun 2008 22:55:05 +0000 (22:55 +0000)
Specify tag reference correctly.
b=16008
i=rread

lustrecvs

index 8e4b509..d6afe49 100755 (executable)
--- a/lustrecvs
+++ b/lustrecvs
@@ -31,7 +31,7 @@ if [ -z "$LUSTRECVS_UPDATED" ] ; then
     # If checking out a specific tag, make sure all of the files here are also
     # checked out with the same tag to avoid later changes breaking things.
     case "$1" in
-    v*|b_release_*) TAG=$1 ;;
+    v*|b_release_*) TAG="-r $1" ;;
     esac
 
     cvs update -l $TAG