From 094429a46b4d9ff81ad4867c35dc0e468795f396 Mon Sep 17 00:00:00 2001 From: Marti Martz Date: Sat, 18 Feb 2017 14:10:23 -0700 Subject: [PATCH] Quote fix on shell script (#2227) --- mac/create_dmg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac/create_dmg.sh b/mac/create_dmg.sh index 2fa3fa289..b741b5ad8 100755 --- a/mac/create_dmg.sh +++ b/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"