Whamcloud - gitweb
Avoid CVS permission problems.
authoradilger <adilger>
Mon, 28 Oct 2002 17:40:28 +0000 (17:40 +0000)
committeradilger <adilger>
Mon, 28 Oct 2002 17:40:28 +0000 (17:40 +0000)
lustre/tests/llmount.sh
lustre/tests/llmountcleanup.sh
lustre/tests/llrmount.sh

index 4cb6029..f7c2430 100755 (executable)
@@ -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
index 4e4a855..98f3510 100755 (executable)
@@ -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
index f33b3eb..ae244c1 100755 (executable)
@@ -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