summaryrefslogtreecommitdiff
path: root/util/pod2mantest
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-06-27 05:42:03 +0000
committerRichard Levitte <levitte@openssl.org>2002-06-27 05:42:03 +0000
commit9101c2a49a012c40c6a1eeaf31fbca5cf00fee53 (patch)
tree514247fdf45c29ced05376b40e4a60d15599fc97 /util/pod2mantest
parent7a4ca7c13c2f01d2ab41c4f2d9ec77273d7c2f96 (diff)
downloadopenssl-new-9101c2a49a012c40c6a1eeaf31fbca5cf00fee53.tar.gz
Recent changes from HEAD.
Diffstat (limited to 'util/pod2mantest')
-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