summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-03-24 14:50:10 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-03-24 19:10:37 -0400
commitdf7ede3ffcd8cdfc39d0cba4d6ae18a7fd78ed9e (patch)
tree6e8fb3d5859d7ee779ba33e1c35d315b0c6cdeb9
parent7d5908d65e5cd9419d755e6de228829d43138817 (diff)
xbs-abs: helper-abs: load common.sh
in_array wasn't defined
-rwxr-xr-xsrc/xbs-abs/helper-abs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xbs-abs/helper-abs b/src/xbs-abs/helper-abs
index 903ed8e..f850e13 100755
--- a/src/xbs-abs/helper-abs
+++ b/src/xbs-abs/helper-abs
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-# Copyright (C) 2013-2014, 2017 Luke Shumaker <lukeshu@parabola.nu>
+# Copyright (C) 2013-2014, 2017-2018 Luke Shumaker <lukeshu@parabola.nu>
#
# For code from db-functions (arch_svn):
# Copyright (C) 2012 Pierre Schmitz <pierre@archlinux.de>
@@ -31,6 +31,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+. "$(librelib common)"
+
load_config() {
. "$(librelib conf)"
# SVNUSER is optional