From: adilger Date: Sat, 11 Jan 2003 23:00:22 +0000 (+0000) Subject: Allow non-local config to be specified. X-Git-Tag: v1_7_110~2^11~221 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=7e419f8853fa09155dbb9f822f557bcfd5b5bbf1;p=fs%2Flustre-release.git Allow non-local config to be specified. --- diff --git a/lustre/tests/llechocleanup.sh b/lustre/tests/llechocleanup.sh index 2d63fa9..cd87766 100755 --- a/lustre/tests/llechocleanup.sh +++ b/lustre/tests/llechocleanup.sh @@ -5,7 +5,7 @@ NAME=${NAME:-echo} TMP=${TMP:-/tmp} config=$NAME.xml -mkconfig=./$NAME.sh +mkconfig=$NAME.sh if [ ! -f $config ]; then sh $mkconfig $config || exit 1