Skip to content
Snippets Groups Projects
Commit d0a54de6 authored by Brian J. Murrell's avatar Brian J. Murrell
Browse files

Be more specific so that other lustre* cruft is not picked up.

parent dbbce578
No related branches found
No related tags found
No related merge requests found
...@@ -395,7 +395,7 @@ unpack_lustre() ...@@ -395,7 +395,7 @@ unpack_lustre()
DIRNAME="lustre-$TAG-$TIMESTAMP" DIRNAME="lustre-$TAG-$TIMESTAMP"
if [ "$LUSTRE" ] ; then if [ "$LUSTRE" ] ; then
untar "$LUSTRE" untar "$LUSTRE"
[ -d lustre ] || ln -sf lustre* lustre [ -d lustre ] || ln -sf lustre-[0-9].[0-9]* lustre
else else
if [ "$USE_DATESTAMP" ]; then if [ "$USE_DATESTAMP" ]; then
DATESTAMP="-D '$DATE'" DATESTAMP="-D '$DATE'"
......
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