summaryrefslogtreecommitdiff
path: root/src/pkgbuild-check-nonfree
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkgbuild-check-nonfree')
-rwxr-xr-xsrc/pkgbuild-check-nonfree6
1 files changed, 3 insertions, 3 deletions
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##*/}"