From 2d1ae58285ade402260bf5d5a4dbf42aba027fc5 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 20 Apr 2017 16:39:29 -0400 Subject: Consistently use ". $(librelib slug)" to load libraries. --- src/aur | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/aur') diff --git a/src/aur b/src/aur index 49c79b9..84dc984 100755 --- a/src/aur +++ b/src/aur @@ -20,7 +20,7 @@ # You should have received a copy of the GNU General Public License # along with Parabola. If not, see . -. libremessages +. "$(librelib messages)" usage() { print "Usage: %s [-h] PKGNAME [PKGNAME2 PKGNAME3...]" "${0##*/}" @@ -45,7 +45,7 @@ main() { return 1 fi - . "$(librelib conf.sh)" + . "$(librelib conf)" load_files libretools check_vars libretools DIFFPROG || exit 1 -- cgit v1.2.3-54-g00ecf