summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rwxr-xr-xutil/pod2mantest1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/pod2mantest b/util/pod2mantest
index 449ef14f1b..8e913180c5 100755
--- a/util/pod2mantest
+++ b/util/pod2mantest
@@ -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