提交 323daa74 编写于 作者: V Viktor Dukhovni

SunOS non-posix shells do not grok export name=value

Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 61986d32
...@@ -11,14 +11,16 @@ else ...@@ -11,14 +11,16 @@ else
fi fi
export PATH export PATH
export SSLEAY_CONFIG="-config CAss.cnf" export SSLEAY_CONFIG OPENSSL
export OPENSSL="`pwd`/../util/opensslwrap.sh"
/bin/rm -fr demoCA /bin/rm -fr demoCA
SSLEAY_CONFIG="-config CAss.cnf"
OPENSSL="`pwd`/../util/opensslwrap.sh"
OPENSSL_CONFIG=/dev/null $PERL ../apps/CA.pl -newca </dev/null OPENSSL_CONFIG=/dev/null $PERL ../apps/CA.pl -newca </dev/null
export SSLEAY_CONFIG="-config Uss.cnf" SSLEAY_CONFIG="-config Uss.cnf"
$PERL ../apps/CA.pl -newreq $PERL ../apps/CA.pl -newreq
SSLEAY_CONFIG="-config ../apps/openssl.cnf" SSLEAY_CONFIG="-config ../apps/openssl.cnf"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册