diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2012-10-04 03:07:22 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2012-10-04 03:07:22 -0700 |
commit | 3917e7b2f77048be01bc90ed5bc0bf6803bd8c59 (patch) | |
tree | f745e87f47f2c66ad94bfb68db1526e022828dda /packaging/macosx | |
parent | 29e19cdfb712898314bc9a7143708d7ce71ab581 (diff) | |
download | subsurface-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>
Diffstat (limited to 'packaging/macosx')
-rwxr-xr-x | packaging/macosx/subsurface.sh | 2 |
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 |