summaryrefslogtreecommitdiff
path: root/fips/fipsld
diff options
context:
space:
mode:
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 5d7758144..542db566b 100755
--- a/fips/fipsld
+++ b/fips/fipsld
@@ -128,7 +128,7 @@ libcrypto*|*.dll) # must be linking a shared lib...
# Temporarily remove fipscanister.o from libcrypto.a!
# We are required to use the standalone copy...
trap 'ar r "${THERE}/libcrypto.a" "${CANISTER_O}";
- (ranlib "${THERE}/libcrypto.a") 2>/dev/null;
+ (ranlib "${THERE}/libcrypto.a") 2>/dev/null || :;
sleep 1;
touch -c "${TARGET}"' 0