From 1cc67fa80c38606edaedaf60a97d10584f94c416 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 23 Jul 2002 13:31:04 +0000 Subject: Make dummy tests to make it easier to physically remove unwanted algorithms. This should complete PR 75 --- util/pod2mantest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') 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 -- cgit v1.2.1