From: adilger Date: Sat, 11 Jan 2003 23:00:28 +0000 (+0000) Subject: Allow non-local config to be specified. X-Git-Tag: v1_7_100~1^248~123 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=2c3353bd607da3bba9a1541ef3bbd73510a641af;p=fs%2Flustre-release.git Allow non-local config to be specified. --- 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