From: Viktor Dukhovni Date: Fri, 17 Apr 2015 05:06:46 +0000 (-0400) Subject: SunOS non-posix shells do not grok export name=value X-Git-Tag: OpenSSL_1_1_0-pre1~1312 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=323daa74fc608860ebee86c7e93ab8b4e926cb1e;p=oweals%2Fopenssl.git SunOS non-posix shells do not grok export name=value Reviewed-by: Richard Levitte --- diff --git a/test/testca b/test/testca index 4bcb1fd576..ee5246303d 100644 --- a/test/testca +++ b/test/testca @@ -11,14 +11,16 @@ else fi export PATH -export SSLEAY_CONFIG="-config CAss.cnf" -export OPENSSL="`pwd`/../util/opensslwrap.sh" +export SSLEAY_CONFIG OPENSSL /bin/rm -fr demoCA +SSLEAY_CONFIG="-config CAss.cnf" +OPENSSL="`pwd`/../util/opensslwrap.sh" + OPENSSL_CONFIG=/dev/null $PERL ../apps/CA.pl -newca