diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/xbs-abslibre/helper-abslibre | 5 |
1 files changed, 4 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. +. 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 |