diff options
Diffstat (limited to 'src/toru/toru-info')
-rwxr-xr-x | src/toru/toru-info | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/toru/toru-info b/src/toru/toru-info index 9bb80d3..31015e4 100755 --- a/src/toru/toru-info +++ b/src/toru/toru-info @@ -2,6 +2,7 @@ # Prints info about a given pkgname # Copyright (C) 2012 Nicolás Reynolds <fauno@parabola.nu> +# Copyright (C) 2017 Luke Shumaker <lukeshu@sbcglobal.net> # # License: GNU GPLv3+ # @@ -22,7 +23,7 @@ . "$(librelib conf)" for _pkg in "$@"; do - _pkgbuild="$(toru-where $_pkg)" + _pkgbuild="$(toru-where "$_pkg")" if [ -f "$_pkgbuild/PKGBUILD" ]; then if ! load_PKGBUILD "$_pkgbuild/PKGBUILD" 2>/dev/null; then |