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

Branch: b1_4_5921

Handle "./lustrecvs -r foo" instead of choking.
parent 89a3f9f2
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,8 @@ if [ -z "$LUSTRECVS_UPDATED" ] ; then
exec "$0" "$@"
fi
[ "$1" = "-r" ] && shift
buildtag="HEAD"
lustretag="$1"
shift
......
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