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:
parent
2e1db33c3f
commit
094429a46b
|
@ -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…
Reference in New Issue
Block a user