summaryrefslogtreecommitdiff
path: root/bin/db-update
diff options
context:
space:
mode:
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