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/toru/toru-info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/toru/toru-info') diff --git a/src/toru/toru-info b/src/toru/toru-info index a7081cb..9bb80d3 100755 --- a/src/toru/toru-info +++ b/src/toru/toru-info @@ -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)" . "$(librelib conf)" for _pkg in "$@"; do -- cgit v1.2.3-54-g00ecf