diff options
Diffstat (limited to 'src/toru/toru-info')
-rwxr-xr-x | src/toru/toru-info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/toru/toru-info b/src/toru/toru-info index a427050..f76fc07 100755 --- a/src/toru/toru-info +++ b/src/toru/toru-info @@ -19,7 +19,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. . libremessages -. $(librelib conf) +. "$(librelib conf)" for _pkg in $@; do _pkgbuild="$(toru-where $_pkg)" |