From: adilger Date: Tue, 27 Jan 2004 21:25:16 +0000 (+0000) Subject: Don't hard-code lconf path, use PATH instead. X-Git-Tag: 1.0.4~89 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=b23fa3129a4d51879414d2a8547594e41facd4ea;p=fs%2Flustre-release.git Don't hard-code lconf path, use PATH instead. --- diff --git a/lustre/tests/llrmount.sh b/lustre/tests/llrmount.sh index 550e1d1..5aa8601 100755 --- a/lustre/tests/llrmount.sh +++ b/lustre/tests/llrmount.sh @@ -1,6 +1,8 @@ #!/bin/sh -LCONF=${LCONF:-../utils/lconf} +export PATH=`dirname $0`/../utils:$PATH + +LCONF=${LCONF:-lconf} NAME=${NAME:-local} config=$NAME.xml