build scripts: (trivial) add quotes around some shell variables

This commit is contained in:
SomberNight
2023-12-18 18:15:33 +00:00
parent a936e7720b
commit 51bc23c92f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ done
# the macos binary is built on a separate machine.
# the file that needs to be copied over is the codesigned release binary (regardless of builder role)
dmg=electrum-$VERSION.dmg
dmg="electrum-$VERSION.dmg"
if ! test -f "dist/$dmg"; then
if [ ! -z "$RELEASEMANAGER" ] ; then # RM
fail "dmg is missing, aborting. Please build and codesign the dmg on a mac and copy it over."