summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/metabuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/metabuild b/bin/metabuild
index 2c52211..4a27cb7 100755
--- a/bin/metabuild
+++ b/bin/metabuild
@@ -200,10 +200,8 @@ def phase_build():
def phase_complete():
log("Complete!")
- tail.finish(loop)
+ tail.finish(loop, lambda: sys.exit(0))
# Start off the process
phase_bootstrap()
loop.run()
-
-sys.exit(0 if build_condition == 0 else 1)