Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-jhbuild
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2008-04-12 09:12:05 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2008-04-12 09:12:05 (GMT)
commit9eaee366e144d6d9d8057923e68b81947b277d48 (patch)
treeb412bf0cd4c2ce2b4e18175d600294a61df000d7 /sugar-jhbuild
parent5a6fdf9b08d6a94514c6acc1453f04a61b46192c (diff)
Exit with an error when there are unbuilt modules.
Patch by Titus Brown.
Diffstat (limited to 'sugar-jhbuild')
-rwxr-xr-xsugar-jhbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar-jhbuild b/sugar-jhbuild
index 5cd450c..0f1154c 100755
--- a/sugar-jhbuild
+++ b/sugar-jhbuild
@@ -16,4 +16,4 @@ if len(sys.argv) == 1 or (len(sys.argv) > 1 and sys.argv[1] == 'build'):
import main
-main.main(sys.argv[1:])
+sys.exit(main.main(sys.argv[1:]))