From 18d19dac164cd9e04667d8b0512dc903e480fdfd Mon Sep 17 00:00:00 2001 From: Kreeblah Date: Sun, 12 Dec 2021 16:49:27 -0800 Subject: [PATCH] Removed extraneous double quotes --- common/arch/macos/notarize_dxx_bundles.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/arch/macos/notarize_dxx_bundles.zsh b/common/arch/macos/notarize_dxx_bundles.zsh index 507d33183..8b4ead159 100755 --- a/common/arch/macos/notarize_dxx_bundles.zsh +++ b/common/arch/macos/notarize_dxx_bundles.zsh @@ -98,7 +98,7 @@ fi DXX_ZIP_NAME=${zip_path[2]##*/} -DXX_TMP_ZIP_PATH="${TMPDIR}""${DXX_ZIP_NAME}" +DXX_TMP_ZIP_PATH="${TMPDIR}${DXX_ZIP_NAME}" echo "Compressing $app_bundle_path[2] to temporary ZIP file at ${DXX_TMP_ZIP_PATH} ..."