From a15fe9d88d5277f502c481252f469fabc71d2c42 Mon Sep 17 00:00:00 2001 From: adilger Date: Mon, 28 Oct 2002 17:40:28 +0000 Subject: [PATCH] Avoid CVS permission problems. --- lustre/tests/llmount.sh | 2 +- lustre/tests/llmountcleanup.sh | 2 +- lustre/tests/llrmount.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lustre/tests/llmount.sh b/lustre/tests/llmount.sh index 4cb6029..f7c2430 100755 --- a/lustre/tests/llmount.sh +++ b/lustre/tests/llmount.sh @@ -8,7 +8,7 @@ config=$NAME.xml mkconfig=./$NAME.sh if [ ! -f $config -o $mkconfig -nt $config ]; then - $mkconfig $config || exit 1 + sh $mkconfig $config || exit 1 fi ${LCONF} --reformat --gdb $config || exit 2 diff --git a/lustre/tests/llmountcleanup.sh b/lustre/tests/llmountcleanup.sh index 4e4a855..98f3510 100755 --- a/lustre/tests/llmountcleanup.sh +++ b/lustre/tests/llmountcleanup.sh @@ -7,7 +7,7 @@ config=$NAME.xml mkconfig=./$NAME.sh if [ ! -f $config -o $mkconfig -nt $config ]; then - $mkconfig $config || exit 1 + sh $mkconfig $config || exit 1 fi ${LCONF} --cleanup --dump /tmp/debug $config diff --git a/lustre/tests/llrmount.sh b/lustre/tests/llrmount.sh index f33b3eb..ae244c1 100755 --- a/lustre/tests/llrmount.sh +++ b/lustre/tests/llrmount.sh @@ -7,7 +7,7 @@ config=$NAME.xml mkconfig=./$NAME.sh if [ ! -f $config -o $mkconfig -nt $config ]; then - $mkconfig $config || exit 1 + sh $mkconfig $config || exit 1 fi ${LCONF} --gdb $config || exit 2 -- 1.8.3.1