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/repo-diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/repo-diff') diff --git a/src/repo-diff b/src/repo-diff index d11732b..c875dce 100755 --- a/src/repo-diff +++ b/src/repo-diff @@ -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)" usage() { print "Usage: %s arch/core/i686 parabola/core/i686" "${0##*/}" -- cgit v1.2.3-54-g00ecf