summaryrefslogtreecommitdiff
path: root/bin/db-update
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-11-13 15:40:06 +0100
committerErich Eckner <git@eckner.net>2017-11-13 15:40:06 +0100
commitd073da7d3aa30cd22940faec3e32de640a43e73d (patch)
treec82dd33509407a8c733d37c785954c3c926c7b2c /bin/db-update
parent166b987f6922bbba32c5695132967cd74072e6cc (diff)
downloadbuilder-d073da7d3aa30cd22940faec3e32de640a43e73d.tar.xz
exit more often and more silent if build-master-sanity existent
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 279e44f..366b705 100755
--- a/bin/db-update
+++ b/bin/db-update
@@ -386,7 +386,7 @@ fi
if [ -s "${work_dir}/build-master-sanity" ]; then
>&2 echo 'Build master is not sane.'
- exit 1
+ exit
fi
tmp_dir=$(mktemp -d "${work_dir}/tmp.XXXXXX")