summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/test/testgen
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/test/testgen')
-rw-r--r--crypto/openssl/test/testgen6
1 files changed, 5 insertions, 1 deletions
diff --git a/crypto/openssl/test/testgen b/crypto/openssl/test/testgen
index 6a4b6b9..55c496f 100644
--- a/crypto/openssl/test/testgen
+++ b/crypto/openssl/test/testgen
@@ -6,7 +6,11 @@ CA=../certs/testca.pem
/bin/rm -f $T.1 $T.2 $T.key
-PATH=../apps:$PATH;
+if test "$OSTYPE" = msdosdjgpp; then
+ PATH=../apps\;$PATH;
+else
+ PATH=../apps:$PATH;
+fi
export PATH
echo "generating certificate request"
OpenPOWER on IntegriCloud