mirror of https://github.com/apache/maven.git
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:
parent
cb0c6ad6c4
commit
a3045ff0eb
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue