From 021711fc19e8f0d76e231467103e4d240963a986 Mon Sep 17 00:00:00 2001 From: Sascha Silbe Date: Sat, 05 Jun 2010 12:08:34 +0000 Subject: exit if cloning JHBuild fails --- 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) -- cgit v0.9.1