index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/db-update | 2 |
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 |