summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-09-27 16:46:40 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-09-27 16:51:53 -0400
commit8dbb6eba4299cedbda6416d07abfb291f84168be (patch)
treec1e678a122f8f0e995f2afc028f733a57b5dda0d
parentfd98ff18b21d6e9337cb9f2448d845937e18fcdc (diff)
autobuild.sh: Drop support for old versions of librelib conf.sh
-rwxr-xr-x.local/bin/autobuild.sh9
1 files changed, 1 insertions, 8 deletions
diff --git a/.local/bin/autobuild.sh b/.local/bin/autobuild.sh
index 3b2c652..b2c0310 100755
--- a/.local/bin/autobuild.sh
+++ b/.local/bin/autobuild.sh
@@ -44,14 +44,7 @@ main() {
# Configuration parsing ################################################
. "$(librelib conf)"
- if type load_conf &>/dev/null; then
- # new way
- load_conf libretools.conf WORKDIR ABSLIBRERECV ABSLIBRESEND
- else
- # old way
- load_files libretools
- check_vars libretools WORKDIR ABSLIBRERECV ABSLIBRESEND
- fi
+ load_conf libretools.conf WORKDIR ABSLIBRERECV ABSLIBRESEND
# Lock to pevent conflicting runs ######################################
lock 9 "${WORKDIR}/autobuilder.lock" "Waiting for previous run of %q to finish" "$0"