summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-07-23 13:31:04 +0000
committerRichard Levitte <levitte@openssl.org>2002-07-23 13:31:04 +0000
commit1cc67fa80c38606edaedaf60a97d10584f94c416 (patch)
tree21c8b408bd5ac903df88382a171a9e10d589a611 /util
parenteefa6e4e2b3c9945da6aae15a537e36a349b8899 (diff)
downloadopenssl-new-1cc67fa80c38606edaedaf60a97d10584f94c416.tar.gz
Make dummy tests to make it easier to physically remove unwanted algorithms.
This should complete PR 75
Diffstat (limited to 'util')
-rwxr-xr-xutil/pod2mantest2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/pod2mantest b/util/pod2mantest
index 8e913180c5..e01c6192a7 100755
--- a/util/pod2mantest
+++ b/util/pod2mantest
@@ -14,7 +14,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
+for dir in dummy${IFS}$PATH; do
if [ "$try_without_dir" = true ]; then
# first iteration
pod2man=pod2man