提交 8d515259 编写于 作者: R Richard Levitte

No spaces in assignements in a shell script...

上级 4f8f8bf3
......@@ -107,7 +107,7 @@ lib*|*.dll) # must be linking a shared lib...
{ echo "${CANISTER_O} fingerprint mismatch"; exit 1; }
[ -z "${FIPSLD_LIBCRYPTO}" -a -f "${THERE}/libcrypto.a" ] && \
FIPSLD_LIBCRYPTO = "${THERE}/libcrypto.a"
FIPSLD_LIBCRYPTO="${THERE}/libcrypto.a"
# Temporarily remove fipscanister.o from libcrypto.a!
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册