Skip to content
Snippets Groups Projects
Commit 8c0c6c2e authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch HEAD

Specify tag reference correctly.
b=16008
i=rread
parent 2bfd954d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment