build.sh: Mention troublesome repo in die() messages
authorW. Trevor King <wking@tremily.us>
Thu, 7 Aug 2014 19:27:55 +0000 (12:27 -0700)
committerW. Trevor King <wking@tremily.us>
Fri, 22 Aug 2014 16:16:19 +0000 (09:16 -0700)
commitaaa13e5ad6644ba987a9b965cbb1ac62a50c0692
tree46731ce9cda37ba44df5ed65f9453cc348b882b9
parent891a4ec4fe2e0756c756075982679a2610c9ea6d
build.sh: Mention troublesome repo in die() messages

So folks don't have to scroll back up and find the "build repo
${REPO}" message or similar.

Also wrap long lines after the '||' to try and stay in the vicinity of
80 characters ;).

The inspiration came from Erik's gentoo-bb commit [1].

[1]: https://github.com/edannenberg/gentoo-bb/blob/e653d78fdb17f218aec83b5b0e11c5bf2aa07253/build.sh#L246

Based-on-patch-by: Erik Dannenberg <erik.dannenberg@bbe-consulting.de>
build.sh