Quote fix on shell script (#2227)

remotes/origin/falkon
Marti Martz 9 years ago committed by David Rosca
parent 2e1db33c3f
commit 094429a46b
  1. 2
      mac/create_dmg.sh

@ -10,7 +10,7 @@ WORK_TEMPLATE=tmp-QupZilla-release.dmg.sparseimage
VOLUME_TEMPLATE=QupZilla
echo "Ensuring working disk image template is not in use…"
hdiutil detach $TMP/$WORK_TEMPLATE
hdiutil detach "$TMP/$WORK_TEMPLATE"
echo "Creating writable working disk image template…"
hdiutil create -size 200m "$TMP/$WORK_TEMPLATE" -type SPARSE -fs HFS+ -volname "QupZilla"

Loading…
Cancel
Save