summaryrefslogtreecommitdiffstats
path: root/packaging/macosx
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/macosx')
-rw-r--r--packaging/macosx/sign2
-rwxr-xr-xpackaging/macosx/subsurface.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/packaging/macosx/sign b/packaging/macosx/sign
index 8b1b0e853..6d41194eb 100644
--- a/packaging/macosx/sign
+++ b/packaging/macosx/sign
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/bash -e
# Hash is 3A8CE62A483083EDEA5581A61E770EC1FA8BECE8 but it doesn't seem to
# find the key by hash
diff --git a/packaging/macosx/subsurface.sh b/packaging/macosx/subsurface.sh
index d6738abb4..4920c1dca 100755
--- a/packaging/macosx/subsurface.sh
+++ b/packaging/macosx/subsurface.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/bash -e
if test "x$GTK_DEBUG_LAUNCHER" != x; then
set -x