summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpackaging/macosx/make-package.sh3
1 files changed, 1 insertions, 2 deletions
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
-