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/fullpkg/fullpkg-build | 2 +- src/fullpkg/fullpkg-find | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fullpkg') diff --git a/src/fullpkg/fullpkg-build b/src/fullpkg/fullpkg-build index a31025e..9a1dcf1 100755 --- a/src/fullpkg/fullpkg-build +++ b/src/fullpkg/fullpkg-build @@ -25,7 +25,7 @@ # TODO move __build to chroot . libremessages -. $(librelib conf.sh) +. "$(librelib conf.sh)" load_files makepkg load_files libretools check_vars libretools FULLBUILDCMD || exit 1 diff --git a/src/fullpkg/fullpkg-find b/src/fullpkg/fullpkg-find index af30ed9..ac2099f 100755 --- a/src/fullpkg/fullpkg-find +++ b/src/fullpkg/fullpkg-find @@ -157,7 +157,7 @@ find_deps() { } . libremessages -. $(librelib conf.sh) +. "$(librelib conf.sh)" load_files makepkg LEVEL=0 -- cgit v1.2.3-54-g00ecf