From: Daniel Molkentin Date: Tue, 21 Apr 2015 13:42:51 +0000 (+0200) Subject: create_mac_pkg.sh.cmake: increase space-in-filename resiliance X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~1803^2~167 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=99c81182291a67b6c75a578f1e4ea7791b9027b7;p=nextcloud-desktop.git create_mac_pkg.sh.cmake: increase space-in-filename resiliance --- diff --git a/admin/osx/create_mac_pkg.sh.cmake b/admin/osx/create_mac_pkg.sh.cmake index 650f1178f..b04657f26 100755 --- a/admin/osx/create_mac_pkg.sh.cmake +++ b/admin/osx/create_mac_pkg.sh.cmake @@ -50,7 +50,7 @@ if [ ! -z "$identity" ]; then echo "Will try to sign the installer" pushd $install_path productsign --sign "$identity" "$installer_file" "$installer_file.new" - mv "$installer_file".new $installer_file + mv "$installer_file".new "$installer_file" popd else echo "No certificate given, will not sign the pkg"