From 1316ba7aa96c69ea541f1b7b3715aad5d1c8eb14 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 31 May 2013 18:52:49 -0600 Subject: [all tools]: use conf.sh (and libremessages if necessary) --- 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 523f682..5b6fd01 100755 --- a/src/toru/toru-info +++ b/src/toru/toru-info @@ -1,6 +1,6 @@ #!/bin/bash # Prints info about a given pkgname -source /etc/libretools.conf +. libremessages for _pkg in $@; do _pkgbuild="$(toru-where $_pkg)" -- cgit v1.2.3-54-g00ecf