[tor-commits] [tor-browser-bundle/master] Make bundle building scripts exit on any error.

mikeperry at torproject.org mikeperry at torproject.org
Fri Oct 11 09:34:24 UTC 2013


commit f25d721d635d94e40b4eaf609d75c653a673254f
Author: Mike Perry <mikeperry-git at torproject.org>
Date:   Fri Oct 11 02:33:42 2013 -0700

    Make bundle building scripts exit on any error.
---
 gitian/mkbundle-linux.sh   |    2 +-
 gitian/mkbundle-mac.sh     |    2 +-
 gitian/mkbundle-windows.sh |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gitian/mkbundle-linux.sh b/gitian/mkbundle-linux.sh
index 9281c01..e4bb857 100755
--- a/gitian/mkbundle-linux.sh
+++ b/gitian/mkbundle-linux.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/bash -e
 #
 # This is a simple wrapper script to call out to gitian and assemble
 # a bundle based on gitian's output.
diff --git a/gitian/mkbundle-mac.sh b/gitian/mkbundle-mac.sh
index 6ca7e49..68b7786 100755
--- a/gitian/mkbundle-mac.sh
+++ b/gitian/mkbundle-mac.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/bash -e
 #
 # This is a simple wrapper script to call out to gitian and assemble
 # a bundle based on gitian's output.
diff --git a/gitian/mkbundle-windows.sh b/gitian/mkbundle-windows.sh
index f020675..92ac0c9 100755
--- a/gitian/mkbundle-windows.sh
+++ b/gitian/mkbundle-windows.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/bash -e
 #
 # This is a simple wrapper script to call out to gitian and assemble
 # a bundle based on gitian's output.



More information about the tor-commits mailing list