summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to 'support')
-rwxr-xr-xsupport/download/check-hash8
1 files changed, 2 insertions, 6 deletions
diff --git a/support/download/check-hash b/support/download/check-hash
index ab416c7052..13a76b8df5 100755
--- a/support/download/check-hash
+++ b/support/download/check-hash
@@ -94,10 +94,6 @@ while read t h f; do
done <"${h_file}"
if [ ${nb_checks} -eq 0 ]; then
- if [ -n "${BR2_ENFORCE_CHECK_HASH}" ]; then
- printf "ERROR: No hash found for %s\n" "${base}" >&2
- exit 3
- else
- printf "WARNING: No hash found for %s\n" "${base}" >&2
- fi
+ printf "ERROR: No hash found for %s\n" "${base}" >&2
+ exit 3
fi
OpenPOWER on IntegriCloud