diff --git a/support/download/check-hash b/support/download/check-hash index 6b0372e3ed..c1ff53c02b 100755 --- a/support/download/check-hash +++ b/support/download/check-hash @@ -106,5 +106,5 @@ if [ ${nb_checks} -eq 0 ]; then ;; esac printf "ERROR: No hash found for %s\n" "${base}" >&2 - exit 0 + exit 3 fi