From d073da7d3aa30cd22940faec3e32de640a43e73d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 13 Nov 2017 15:40:06 +0100 Subject: exit more often and more silent if build-master-sanity existent --- bin/db-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/db-update') 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") -- cgit v1.2.3-54-g00ecf