From f75a9f07a630917ce7225266f1238ded49de5bc5 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Thu, 23 Apr 2015 00:08:41 +0200 Subject: [PATCH] support/download: restore mandatory check of hashes Now that custom external toolchains to be downloaded properly instruct to not fail on a missing hash, restore the mandatory hash check for everything else. Signed-off-by: "Yann E. MORIN" Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Cc: Thomas Petazzoni Cc: Gustavo Zacarias Reviewed-by: Arnout Vandecappelle (Essensium/Mind) Acked-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- support/download/check-hash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2