From d0a54de6fc931066fd5cf18c78d2eba597e09942 Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 3 Jul 2006 16:40:18 +0000 Subject: [PATCH] Be more specific so that other lustre* cruft is not picked up. --- build/lbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/lbuild b/build/lbuild index acef5bc..09266e2 100755 --- a/build/lbuild +++ b/build/lbuild @@ -395,7 +395,7 @@ unpack_lustre() DIRNAME="lustre-$TAG-$TIMESTAMP" if [ "$LUSTRE" ] ; then untar "$LUSTRE" - [ -d lustre ] || ln -sf lustre* lustre + [ -d lustre ] || ln -sf lustre-[0-9].[0-9]* lustre else if [ "$USE_DATESTAMP" ]; then DATESTAMP="-D '$DATE'" -- 1.8.3.1