From 2d8a203026b47877320104e9f7597b462c016081 Mon Sep 17 00:00:00 2001 From: Cristian Ionescu-Idbohrn Date: Sat, 16 Feb 2013 23:46:17 +0100 Subject: No bashisms in this script, AFAICS. Signed-off-by: Cristian Ionescu-Idbohrn Signed-off-by: Dirk Hohndel --- packaging/macosx/make-package.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'packaging') diff --git a/packaging/macosx/make-package.sh b/packaging/macosx/make-package.sh index c8d21b283..0556ecb84 100755 --- a/packaging/macosx/make-package.sh +++ b/packaging/macosx/make-package.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # this simply automates the steps to create a DMG we can ship # @@ -67,4 +67,3 @@ ${DMGCREATE} --background ./packaging/macosx/DMG-Background.png \ --app-drop-link 380 205 \ --volicon ~/subsurface/packaging/macosx/Subsurface.icns \ --icon "Subsurface" 110 205 ./Subsurface-${VERSION}.dmg ./staging - -- cgit v1.2.3-70-g09d2