Add support for DJGPP.
[openssl.git] / test / trsa
index bd6c07650a5b69efbedc1b36fb8946d221bd265d..413e2ec0a0cd49ecbd924f5f80477f21f283612c 100644 (file)
--- a/test/trsa
+++ b/test/trsa
@@ -1,6 +1,10 @@
 #!/bin/sh
 
-PATH=../apps:$PATH
+if test "$OSTYPE" = msdosdjgpp; then
+    PATH=../apps\;$PATH
+else
+    PATH=../apps:$PATH
+fi
 export PATH
 
 if ../apps/openssl no-rsa; then