summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-06-25 11:40:49 +0000
committerRichard Levitte <levitte@openssl.org>2002-06-25 11:40:49 +0000
commit9d358821e5997a5798561f5e791321e238d78665 (patch)
tree5800d016b60c786e97cd9371f522ee7168898e72 /util
parenta6c6874a1a0e625985ee2708afc30b7be05bdacf (diff)
For some reason, we need to return the full path to perl
Diffstat (limited to 'util')
-rwxr-xr-xutil/pod2mantest2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/pod2mantest b/util/pod2mantest
index a67433407b..449ef14f1b 100755
--- a/util/pod2mantest
+++ b/util/pod2mantest
@@ -11,7 +11,7 @@
IFS=:
-try_without_dir=true
+try_without_dir=false
# First we try "pod2man", then "$dir/pod2man" for each item in $PATH.
for dir in dummy:$PATH; do
if [ "$try_without_dir" = true ]; then