Make dummy tests to make it easier to physically remove unwanted algorithms.
[openssl.git] / util / pod2mantest
index a67433407b3e0f1f112ad7e8c2efa71a49cd8a8c..e01c6192a73054ab02663a6a42fba0f9c882c3bc 100755 (executable)
 
 
 IFS=:
-try_without_dir=true
+if test "$OSTYPE" = "msdosdjgpp"; then IFS=";"; fi
+try_without_dir=false
 # First we try "pod2man", then "$dir/pod2man" for each item in $PATH.
-for dir in dummy:$PATH; do
+for dir in dummy${IFS}$PATH; do
     if [ "$try_without_dir" = true ]; then
       # first iteration
       pod2man=pod2man