From d9a42e4a98877512a8f1419270fddf156a1b2038 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 7 Jun 2015 23:56:34 -0600 Subject: xbs-abslibre: better error handling --- src/xbs-abslibre/helper-abslibre | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/xbs-abslibre/helper-abslibre b/src/xbs-abslibre/helper-abslibre index 500ad7e..6e9abd3 100755 --- a/src/xbs-abslibre/helper-abslibre +++ b/src/xbs-abslibre/helper-abslibre @@ -17,6 +17,10 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +. libremessages +setup_traps +set -u + lockarch() { local arch=$1 lock 9 "${ABSLIBREDEST}/${arch}.lock" \ @@ -35,7 +39,6 @@ checkgit() { } conf() { - . libremessages . "$(librelib conf)" load_files libretools check_vars libretools "$@" || exit 1 -- cgit v1.2.3