Whamcloud - gitweb
Allow lmc path to be overridden.
authorgord-fig <gord-fig>
Thu, 29 Aug 2002 16:59:33 +0000 (16:59 +0000)
committergord-fig <gord-fig>
Thu, 29 Aug 2002 16:59:33 +0000 (16:59 +0000)
lustre/tests/local.sh

index a005eca..8cfec54 100755 (executable)
@@ -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