Some more prototype fixes.
[openssl.git] / test / tpkcs7
index 15bbba42c051703bef72764d058e04f15116e0a9..cf3bd9fadbe8a25d88ecffdd61af09e3f96a23e8 100644 (file)
@@ -1,6 +1,10 @@
 #!/bin/sh
 
-PATH=../apps:$PATH
+if test "$OSTYPE" = msdosdjgpp; then
+    PATH=../apps\;$PATH
+else
+    PATH=../apps:$PATH
+fi
 export PATH
 
 cmd='../apps/openssl pkcs7'