Add full support for -rpath/-R, both in shared libraries and
[openssl.git] / test / tx509
index 35169f3a4380547f35e83e5c0931e1558d2308c0..d380963abce538fd5427073e49283b10e7fc6137 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 x509'