From 2c3353bd607da3bba9a1541ef3bbd73510a641af Mon Sep 17 00:00:00 2001 From: adilger Date: Sat, 11 Jan 2003 23:00:28 +0000 Subject: [PATCH] Allow non-local config to be specified. --- lustre/tests/llmountcleanup2-hack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/llmountcleanup2-hack.sh b/lustre/tests/llmountcleanup2-hack.sh index b2996cf..631ebb5 100644 --- a/lustre/tests/llmountcleanup2-hack.sh +++ b/lustre/tests/llmountcleanup2-hack.sh @@ -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 -- 1.8.3.1