diff options
Diffstat (limited to 'bin/db-update')
-rwxr-xr-x | bin/db-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/db-update b/bin/db-update index 4f3cc38..cce65c8 100755 --- a/bin/db-update +++ b/bin/db-update @@ -376,7 +376,7 @@ packages_to_stabilize=$( ${@} ) -if ! "${base_dir}/bin/sanity-check" -r; then +if [ -s "${work_dir}/build-master-sanity" ]; then >&2 echo 'Build master is not sane.' exit 1 fi |