Fix path to find util/pod2man.pl from the execution directory.
[openssl.git] / util / pod2mantest
index 79aefafac0aab918ae148ef10345d8a6472e5b41..a67433407b3e0f1f112ad7e8c2efa71a49cd8a8c 100755 (executable)
@@ -47,7 +47,7 @@ done
 echo "No working pod2man found.  Consider installing a new version." >&2
 if [ "$1" = ignore ]; then
   echo "As a workaround, we'll use a bundled old copy of pod2man.pl." >&2
-  echo "util/pod2man.pl"
+  echo "../../util/pod2man.pl"
   exit 0
 fi
 exit 1