Fix path to find util/pod2man.pl from the execution directory.

Make sure to use the predefined PERL.
Submitted by: Bernhard Simon <bs@bsws.zid.tuwien.ac.at>
Reviewed by:
PR:
This commit is contained in:
Lutz Jänicke
2002-06-20 19:49:39 +00:00
parent 407adb5b17
commit 04677ce024
2 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ done
echo "No working pod2man found. Consider installing a new version." >&2
if [ "$1" = ignore ]; then
echo "As a workaround, we'll use a bundled old copy of pod2man.pl." >&2
echo "util/pod2man.pl"
echo "../../util/pod2man.pl"
exit 0
fi
exit 1