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/pkgbuild-check-nonfree | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/pkgbuild-check-nonfree') diff --git a/src/pkgbuild-check-nonfree b/src/pkgbuild-check-nonfree index 11eaf42..67f07bc 100755 --- a/src/pkgbuild-check-nonfree +++ b/src/pkgbuild-check-nonfree @@ -27,9 +27,9 @@ # I appologize that this program got *huge*. # It's not complicated, just long. -. $(librelib messages) -. $(librelib conf) -. $(librelib blacklist) +. "$(librelib messages)" +. "$(librelib conf)" +. "$(librelib blacklist)" usage() { print "Usage: %s [OPTIONS] [PKGBUILD1 PKGBUILD2 ...]" "${0##*/}" -- cgit v1.2.3-2-g168b