summaryrefslogtreecommitdiff
path: root/src/toru
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-07-05 02:36:52 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-07-05 18:08:47 -0400
commit626705238075a1aceca518e4d464b5df6458750f (patch)
tree74d8d67eea8d4311de5f45f29ff2a26acb6bb3a2 /src/toru
parent739f574f08814694c1b85d72ae8964bc0f0bdf97 (diff)
quote calls to librelib
Diffstat (limited to 'src/toru')
-rwxr-xr-xsrc/toru/toru-info2
-rwxr-xr-xsrc/toru/toru-utils2
-rwxr-xr-xsrc/toru/toru-where2
3 files changed, 3 insertions, 3 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)"
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 <http://www.gnu.org/licenses/>.
. 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 <http://www.gnu.org/licenses/>.
-. $(librelib conf.sh)
+. "$(librelib conf.sh)"
load_files libretools
check_vars libretools TORUPATH || exit 1