diff options
author | Richard Levitte <levitte@openssl.org> | 2002-07-18 14:37:59 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2002-07-18 14:37:59 +0200 |
commit | ec9ea6a3c884cdd8498d9fc7093fbe0f070a3037 (patch) | |
tree | e3f6d7915f4dc3f5138d9f36a668bee1be29050d /util | |
parent | Fix bug introduced with revision 1.95 when this filed was modified to (diff) | |
download | openssl-ec9ea6a3c884cdd8498d9fc7093fbe0f070a3037.tar.xz openssl-ec9ea6a3c884cdd8498d9fc7093fbe0f070a3037.zip |
Further enhance assembler support on Cygwin and DJGPP.
Make pod2mantest useable on DOS-based systems.
Part of PR 75, the rest is still under investigation.
Diffstat (limited to 'util')
-rwxr-xr-x | util/pod2mantest | 1 |
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 |