o using sh to invoke the hooks so that they don't need to be set +x

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162856 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-07-06 11:56:46 +00:00
parent cb0c6ad6c4
commit a3045ff0eb
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ do
if [ -f prebuild.hook ]
then
echo
./prebuild.hook
sh prebuild.hook
echo
fi
@ -39,7 +39,7 @@ do
if [ -f postbuild.hook ]
then
echo
./postbuild.hook
sh postbuild.hook
echo
fi