Skip to content

Commit

Permalink
No spaces in assignements in a shell script...
Browse files Browse the repository at this point in the history
  • Loading branch information
levitte committed Jun 4, 2011
1 parent 4f8f8bf commit 8d51525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fips/fipsld
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 8d51525

Please sign in to comment.