aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build-scripts/helpers2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-scripts/helpers b/build-scripts/helpers
index 7c826b5..9a762e4 100644
--- a/build-scripts/helpers
+++ b/build-scripts/helpers
@@ -150,7 +150,7 @@ download_overlays () {
local ifs_save="$IFS"
IFS=";"
for p in $1; do
- curl --silent --show-error \
+ curl --fail --silent --show-error \
-b license_accepted_$SOURCE_OVERLAY_ACCEPT_LICENSE=yes \
http://snapshots.linaro.org/android/binaries/$p > $(basename $p)
done