summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-06-25 11:42:05 +0000
committerRichard Levitte <levitte@openssl.org>2002-06-25 11:42:05 +0000
commitef42bf2a7e5ada107c20034f37bd53f347414f0a (patch)
treec26c08d691edf8ed36c5885d0f72c1e64a715f89 /util
parentc6c12d63016517c186728d6ebf7f480d74496fc9 (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