diff options
| author | su_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 |
| commit | 512dfe58dfb16fbc8379ec1b076aa0be2decf796 (patch) | |
| tree | 4ca0aa9c9535708f27539effca905f08a76f24de /packaging | |
| parent | osx-build.sh: refactor OS X version tests (thx Liam) (diff) | |
| download | inkscape-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)
Diffstat (limited to 'packaging')
| -rwxr-xr-x | packaging/macosx/Resources/openDoc | 2 | ||||
| -rwxr-xr-x | packaging/macosx/Resources/script | 2 |
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> |
