From a533b89c9fa0f806259b840a51327545a60651eb Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 25 Jun 2002 11:41:25 +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.25.1