From: adilger Date: Mon, 28 Oct 2002 17:40:28 +0000 (+0000) Subject: Avoid CVS permission problems. X-Git-Tag: 0.5.16~110 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=a15fe9d88d5277f502c481252f469fabc71d2c42;p=fs%2Flustre-release.git Avoid CVS permission problems. --- 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