From 626705238075a1aceca518e4d464b5df6458750f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 5 Jul 2014 02:36:52 -0400 Subject: quote calls to librelib --- src/toru/toru-info | 2 +- src/toru/toru-utils | 2 +- src/toru/toru-where | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/toru') 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 . . libremessages -. $(librelib conf) +. "$(librelib conf)" for _pkg in $@; do _pkgbuild="$(toru-where $_pkg)" diff --git a/src/toru/toru-utils b/src/toru/toru-utils index 164f418..6ba02be 100755 --- a/src/toru/toru-utils +++ b/src/toru/toru-utils @@ -19,7 +19,7 @@ # along with this program. If not, see . . libremessages -. $(librelib conf.sh) +. "$(librelib conf.sh)" load_files libretools check_vars libretools TORUPATH || exit 1 diff --git a/src/toru/toru-where b/src/toru/toru-where index e70d135..e042146 100755 --- a/src/toru/toru-where +++ b/src/toru/toru-where @@ -18,7 +18,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -. $(librelib conf.sh) +. "$(librelib conf.sh)" load_files libretools check_vars libretools TORUPATH || exit 1 -- cgit v1.2.3-54-g00ecf