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/gitget/gitget | 2 +- src/gitget/libregit | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gitget') diff --git a/src/gitget/gitget b/src/gitget/gitget index c941441..15a4f1b 100755 --- a/src/gitget/gitget +++ b/src/gitget/gitget @@ -18,7 +18,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -. libremessages +. "$(librelib messages)" # from makepkg dir_is_empty() { diff --git a/src/gitget/libregit b/src/gitget/libregit index e45c3a8..6c49af5 100755 --- a/src/gitget/libregit +++ b/src/gitget/libregit @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -. libremessages +. "$(librelib messages)" usage() { print 'Usage: %s REPO REF DIR' "${0##*/}" -- cgit v1.2.2