aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2012-10-04 03:07:22 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2012-10-04 03:07:22 -0700
commit3917e7b2f77048be01bc90ed5bc0bf6803bd8c59 (patch)
treef745e87f47f2c66ad94bfb68db1526e022828dda
parent29e19cdfb712898314bc9a7143708d7ce71ab581 (diff)
downloadsubsurface-3917e7b2f77048be01bc90ed5bc0bf6803bd8c59.tar.gz
Force subsurface.sh on Mac to use bash
This was in a patch set from Henrik but got dropped at first while we explored a different solution. So now it comes back as maybe the most trivial commit, ever :-) Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rwxr-xr-xpackaging/macosx/subsurface.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/subsurface.sh b/packaging/macosx/subsurface.sh
index 28a0a07d8..0652e1afc 100755
--- a/packaging/macosx/subsurface.sh
+++ b/packaging/macosx/subsurface.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
if test "x$GTK_DEBUG_LAUNCHER" != x; then
set -x