1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Quote fix on shell script (#2227)

This commit is contained in:
Marti Martz 2017-02-18 14:10:23 -07:00 committed by David Rosca
parent 2e1db33c3f
commit 094429a46b

View File

@ -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"