diff options
author | Lutz Jänicke <jaenicke@openssl.org> | 2002-06-20 21:49:39 +0200 |
---|---|---|
committer | Lutz Jänicke <jaenicke@openssl.org> | 2002-06-20 21:49:39 +0200 |
commit | 04677ce02424af603d0ee23829145c0dba756914 (patch) | |
tree | 691f1759c5d53b76064139edc13ddc5fa1185b91 /util | |
parent | This apparently fixes compilation on OSX that was failing in 0.9.7 betas. (diff) | |
download | openssl-04677ce02424af603d0ee23829145c0dba756914.tar.xz openssl-04677ce02424af603d0ee23829145c0dba756914.zip |
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-x | util/pod2mantest | 2 |
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 |