Some more prototype fixes.
[openssl.git] / test / testgen
index 6a4b6b922128ea8334415bd87b8582701bd4b78a..55c496f4bcc1e4578797c106ecd7f2e933d11a07 100644 (file)
@@ -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"