Further enhance assembler support on Cygwin and DJGPP.
[openssl.git] / util / pod2mantest
index 449ef14f1b438426ccf82f3a2d46f0243c08689d..8e913180c54f868a22ae63c3e1d29691c5e005f0 100755 (executable)
@@ -11,6 +11,7 @@
 
 
 IFS=:
+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