From 9eaee366e144d6d9d8057923e68b81947b277d48 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sat, 12 Apr 2008 09:12:05 +0000 Subject: Exit with an error when there are unbuilt modules. Patch by Titus Brown. --- (limited to 'sugar-jhbuild') 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:])) -- cgit v0.9.1