Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
support/lib.sh: show do not report for failed bintray cache downloads
  • Loading branch information
perexg committed May 13, 2016
1 parent 268d89f commit af3b3de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions support/lib.sh
Expand Up @@ -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
Expand Down

0 comments on commit af3b3de

Please sign in to comment.