Call build.pl in a way where it does not matter whether it has the executable

permission set or not.

svn path=/trunk/; revision=7744
This commit is contained in:
2007-02-15 22:42:42 +00:00
parent 7c517aa2e2
commit 8b163ec83c

View File

@@ -35,7 +35,7 @@ fi
echo "$(date) Building HTML pages."
# -----------------------------------------------------------------------------
tools/build.pl -q -o ${TMP} -i .
perl tools/build.pl -q -o ${TMP} -i .
if test $? -ne 0; then
echo "$(date) Build not complete. Aborting."