summaryrefslogtreecommitdiff
path: root/bin/db-update
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/db-update
parent11ff36adf8317214aa69805c5ad8616113378969 (diff)
downloadbuilder-89854fa2a5367640535935926caf48d1f1c8d5a1.tar.xz
quote path to sanity-check
Diffstat (limited to 'bin/db-update')
-rwxr-xr-xbin/db-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/db-update b/bin/db-update
index 8c8c049..bacb0e8 100755
--- a/bin/db-update
+++ b/bin/db-update
@@ -310,7 +310,7 @@ done
packages_to_stabilize=${packages_to_stabilize} ${@}
-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