summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsu_v <suv-sf@users.sourceforge.net>2014-08-20 18:25:04 +0000
committer~suv <suv-sf@users.sourceforge.net>2014-08-20 18:25:04 +0000
commit512dfe58dfb16fbc8379ec1b076aa0be2decf796 (patch)
tree4ca0aa9c9535708f27539effca905f08a76f24de
parentosx-build.sh: refactor OS X version tests (thx Liam) (diff)
downloadinkscape-512dfe58dfb16fbc8379ec1b076aa0be2decf796.tar.gz
inkscape-512dfe58dfb16fbc8379ec1b076aa0be2decf796.zip
launcher scripts: we introduced bashism for command substitution, make sure the shell can handle it
(bzr r13506.1.34)
-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>