From 8d515259e2a4631a5b42f1a072b0ff6f8eba189c Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 4 Jun 2011 09:00:59 +0000 Subject: [PATCH] No spaces in assignements in a shell script... --- fips/fipsld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fips/fipsld b/fips/fipsld index d6c88e9545..6184e2064e 100755 --- a/fips/fipsld +++ b/fips/fipsld @@ -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! -- 2.34.1