From ca86a5c1c4252235f1b4927d549ffbee5f9fd2e6 Mon Sep 17 00:00:00 2001 From: gord-fig Date: Thu, 29 Aug 2002 16:59:33 +0000 Subject: [PATCH] Allow lmc path to be overridden. --- lustre/tests/local.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/local.sh b/lustre/tests/local.sh index a005eca..8cfec54 100755 --- a/lustre/tests/local.sh +++ b/lustre/tests/local.sh @@ -2,7 +2,7 @@ config=${1:-local.xml} -LMC=../utils/lmc +LMC=${LMC-../utils/lmc} # create nodes ${LMC} -o $config --node localhost --net localhost tcp || exit 1 -- 1.8.3.1