From 9d358821e5997a5798561f5e791321e238d78665 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 25 Jun 2002 11:40:49 +0000 Subject: [PATCH] For some reason, we need to return the full path to perl --- util/pod2mantest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1