From df7ede3ffcd8cdfc39d0cba4d6ae18a7fd78ed9e Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 24 Mar 2018 14:50:10 -0400 Subject: xbs-abs: helper-abs: load common.sh in_array wasn't defined --- src/xbs-abs/helper-abs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +# Copyright (C) 2013-2014, 2017-2018 Luke Shumaker # # For code from db-functions (arch_svn): # Copyright (C) 2012 Pierre Schmitz @@ -31,6 +31,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +. "$(librelib common)" + load_config() { . "$(librelib conf)" # SVNUSER is optional -- cgit v1.2.2