summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpackaging/macosx/Resources/openDoc2
-rwxr-xr-xpackaging/macosx/Resources/script2
2 files changed, 2 insertions, 2 deletions
diff --git a/packaging/macosx/Resources/openDoc b/packaging/macosx/Resources/openDoc
index c74a16442..fde8276b1 100755
--- a/packaging/macosx/Resources/openDoc
+++ b/packaging/macosx/Resources/openDoc
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Author: Aaron Voisine <aaron@voisine.org>
# Inkscape Modifications: Michael Wybrow <mjwybrow@users.sourceforge.net>
diff --git a/packaging/macosx/Resources/script b/packaging/macosx/Resources/script
index 5d5bab2ea..a418cca45 100755
--- a/packaging/macosx/Resources/script
+++ b/packaging/macosx/Resources/script
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Author: Aaron Voisine <aaron@voisine.org>
# Inkscape Modifications: Michael Wybrow <mjwybrow@users.sourceforge.net>