summaryrefslogtreecommitdiffstats
path: root/fips/fipsld
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2011-06-04 09:00:59 +0000
committerRichard Levitte <levitte@openssl.org>2011-06-04 09:00:59 +0000
commit8d515259e2a4631a5b42f1a072b0ff6f8eba189c (patch)
treed84fda1c1ec5863a1a8341a16ff6a68a07269b55 /fips/fipsld
parent4f8f8bf3a4490fbee4bf67cce0fcdd57881a8073 (diff)
No spaces in assignements in a shell script...
Diffstat (limited to 'fips/fipsld')
-rwxr-xr-xfips/fipsld2
1 files changed, 1 insertions, 1 deletions
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!