From af3b3de055ab2da8d346e345e53ad7951b4059c3 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 13 May 2016 13:05:14 +0200 Subject: [PATCH] support/lib.sh: show do not report for failed bintray cache downloads --- support/lib.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/support/lib.sh b/support/lib.sh index 8f7d514a1..afe062df3 100755 --- a/support/lib.sh +++ b/support/lib.sh @@ -96,6 +96,7 @@ function download # Failed if [ ${R} -ne 0 ]; then + echo "FAILED TO DOWNLOAD ${URL} (BUT THIS IS NOT A FATAL ERROR! DO NOT REPORT THAT!)" rm -f ${P}.tmp return ${R} fi -- 2.47.3