Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsugar-jhbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/sugar-jhbuild b/sugar-jhbuild
index 41c6e3a..5d4c81a 100755
--- a/sugar-jhbuild
+++ b/sugar-jhbuild
@@ -53,6 +53,7 @@ else:
retcode = subprocess.call(['git', 'clone', jhbuild_repo])
if retcode:
print 'Failed to clone upstream jhbuild.'
+ sys.exit(retcode)
os.chdir(cwd)