For some reason, we need to return the full path to perl
authorRichard Levitte <levitte@openssl.org>
Tue, 25 Jun 2002 11:40:49 +0000 (11:40 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 25 Jun 2002 11:40:49 +0000 (11:40 +0000)
util/pod2mantest

index a67433407b3e0f1f112ad7e8c2efa71a49cd8a8c..449ef14f1b438426ccf82f3a2d46f0243c08689d 100755 (executable)
@@ -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