build script: Fix message on failed download (fixes #456) (#457)
authorMariusz <DEVoytas@gmail.com>
Thu, 15 Sep 2016 19:50:29 +0000 (21:50 +0200)
committerFredrik Fornwall <fredrik@fornwall.net>
Thu, 15 Sep 2016 19:50:29 +0000 (21:50 +0200)
commit6ad2991cb1eb41dfa1e8ad413b6b6562685d4989
tree5497cd8d5b19521fb8597d23f7d5674d3cd70c24
parentc842d781b6bb905fddb9241bf2e20b77c438d816
build script: Fix message on failed download (fixes #456) (#457)

Message displayed when file download fails, shows wrong information
about maximum number of attempts. Hardcoded value of '3' is shown,
but in reality there is up to six attempts (when subsequent downloads
keep failing).
Fix it by using correct value.
build-package.sh