Whamcloud - gitweb
Allow non-local config to be specified.
authoradilger <adilger>
Sat, 11 Jan 2003 23:00:28 +0000 (23:00 +0000)
committeradilger <adilger>
Sat, 11 Jan 2003 23:00:28 +0000 (23:00 +0000)
lustre/tests/llmountcleanup2-hack.sh

index b2996cf..631ebb5 100644 (file)
@@ -16,7 +16,7 @@ LCONF=${LCONF:-../utils/lconf}
 NAME=${NAME:-local}
 
 config=$NAME.xml
-mkconfig=./$NAME.sh
+mkconfig=$NAME.sh
 
 if [ ! -f $config -o $mkconfig -nt $config ]; then
    sh $mkconfig $config || exit 1