summaryrefslogtreecommitdiff
path: root/bin/get-package-updates
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-06-22 09:30:50 +0200
committerErich Eckner <git@eckner.net>2017-06-22 09:30:50 +0200
commit89854fa2a5367640535935926caf48d1f1c8d5a1 (patch)
tree93f0465511ed8b28089359abacb69e749224d71c /bin/get-package-updates
parent11ff36adf8317214aa69805c5ad8616113378969 (diff)
downloadbuilder-89854fa2a5367640535935926caf48d1f1c8d5a1.tar.xz
quote path to sanity-check
Diffstat (limited to 'bin/get-package-updates')
-rwxr-xr-xbin/get-package-updates2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates
index 5faf6f5..e61dbe1 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -72,7 +72,7 @@ if [ $# -ne 0 ]; then
usage
fi
-if ! ${base_dir}/bin/sanity-check -r; then
+if ! "${base_dir}/bin/sanity-check" -r; then
>&2 echo 'Build master is not sane.'
exit 1
fi