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 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")