Skip to content
Snippets Groups Projects
Commit f2083ec3 authored by jacob's avatar jacob
Browse files

update all files in the lustre root dir; not just lustrecvs

parent b0b9f00f
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,8 @@ EOF
}
if [ -z "$LUSTRECVS_UPDATED" ] ; then
cvs up "$0" || fatal 1 "Error updating lustrecvs"
echo "$progname: updating lustrecvs"
cvs up -l || fatal 1 "Error updating lustrecvs"
export LUSTRECVS_UPDATED=yes
exec "$0" "$@"
fi
......
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