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)
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.


No differences found