summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2002-06-20 19:51:40 +0000
committerLutz Jänicke <jaenicke@openssl.org>2002-06-20 19:51:40 +0000
commit180a8f8e2c3f651a5b8ed0f414290fb4665e1e6e (patch)
tree08685cef2884a869b3c9d547365f98d6cd8343da /util
parent06d4c6b17697c13461b96dab5856dcb11d589b83 (diff)
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:
Diffstat (limited to 'util')
-rwxr-xr-xutil/pod2mantest2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/pod2mantest b/util/pod2mantest
index 79aefafac0..a67433407b 100755
--- a/util/pod2mantest
+++ b/util/pod2mantest
@@ -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