From 512dfe58dfb16fbc8379ec1b076aa0be2decf796 Mon Sep 17 00:00:00 2001 From: su_v Date: Wed, 20 Aug 2014 20:25:04 +0200 Subject: launcher scripts: we introduced bashism for command substitution, make sure the shell can handle it (bzr r13506.1.34) --- packaging/macosx/Resources/openDoc | 2 +- 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 # Inkscape Modifications: Michael Wybrow 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 # Inkscape Modifications: Michael Wybrow -- cgit v1.2.3