summaryrefslogtreecommitdiff
path: root/src/xbs-abs
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-04-20 16:39:29 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-04-20 22:48:28 -0400
commit2d1ae58285ade402260bf5d5a4dbf42aba027fc5 (patch)
tree87d8653c957e7ce3010fbe8aaab23d5e5ce4d764 /src/xbs-abs
parent243b4c911e10060ab11c1d759d4100c92cdda9d9 (diff)
Consistently use ". $(librelib slug)" to load libraries.
Diffstat (limited to 'src/xbs-abs')
-rwxr-xr-xsrc/xbs-abs/helper-abs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xbs-abs/helper-abs b/src/xbs-abs/helper-abs
index d7e2499..85a7fca 100755
--- a/src/xbs-abs/helper-abs
+++ b/src/xbs-abs/helper-abs
@@ -32,7 +32,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
load_config() {
- . "$(librelib conf.sh)"
+ . "$(librelib conf)"
load_files xbs-abs
# SVNUSER is optional
check_vars xbs-abs SVNDIR SVNREPOS ARCHES || exit 1