summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsupport/download/check-hash2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/download/check-hash b/support/download/check-hash
index 3483077c55..67c1780112 100755
--- a/support/download/check-hash
+++ b/support/download/check-hash
@@ -96,5 +96,5 @@ done <"${h_file}"
if [ ${nb_checks} -eq 0 ]; then
printf "ERROR: No hash found for %s\n" "${base}" >&2
- exit 3
+ exit 0
fi
OpenPOWER on IntegriCloud