Use and explicite 'sh' to run the scripts, because they may be checked

out non-executable.
This commit is contained in:
Hartmut Brandt 2004-07-09 08:59:15 +00:00
parent f42a2943e1
commit f0092780fc

View File

@ -34,10 +34,10 @@ do
esac
done
(cd proto_uni ; ./RunTest.sh -u $options)
(cd proto_sscop ; ./RunTest.sh -u $options)
(cd proto_sscfu ; ./RunTest.sh -u $options)
(cd proto_sscop ; sh ./RunTest.sh -u $options)
(cd proto_sscfu ; sh ./RunTest.sh -u $options)
(cd proto_uni ; sh ./RunTest.sh -u $options)
(cd proto_uni ; ./RunTest.sh $options)
(cd proto_sscop ; ./RunTest.sh $options)
(cd proto_sscfu ; ./RunTest.sh $options)
(cd proto_uni ; sh ./RunTest.sh $options)
(cd proto_sscop ; sh ./RunTest.sh $options)
(cd proto_sscfu ; sh ./RunTest.sh $options)