Because -rpath/-R may have been used, our settings of LD_LIBRARY_PATH
[openssl.git] / test / tpkcs7
index ea1f005dacfdc5a6fbc0ed8e9020acdbeaf849c5..cf3bd9fadbe8a25d88ecffdd61af09e3f96a23e8 100644 (file)
@@ -1,9 +1,13 @@
 #!/bin/sh
 
-PATH=../apps:$PATH
+if test "$OSTYPE" = msdosdjgpp; then
+    PATH=../apps\;$PATH
+else
+    PATH=../apps:$PATH
+fi
 export PATH
 
-cmd='../apps/ssleay pkcs7'
+cmd='../apps/openssl pkcs7'
 
 if [ "$1"x != "x" ]; then
        t=$1