From 81f3410c9bb0f7f9e4c674c74ff647b602ce3d81 Mon Sep 17 00:00:00 2001 From: gord-fig Date: Fri, 20 Sep 2002 15:00:05 +0000 Subject: [PATCH] Allow the user to specify lmc and config filenames. --- lustre/tests/uml.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/uml.sh b/lustre/tests/uml.sh index 81e0bef..ca100ab 100644 --- a/lustre/tests/uml.sh +++ b/lustre/tests/uml.sh @@ -1,7 +1,7 @@ #!/bin/bash -config=uml.xml -LMC=../utils/lmc +config=${1-uml.xml} +LMC=${LMC-../utils/lmc} TMP=${TMP:-/tmp} # create nodes -- 1.8.3.1