create_mac_pkg.sh.cmake: increase space-in-filename resiliance
authorDaniel Molkentin <danimo@owncloud.com>
Tue, 21 Apr 2015 13:42:51 +0000 (15:42 +0200)
committerDaniel Molkentin <danimo@owncloud.com>
Tue, 21 Apr 2015 13:42:51 +0000 (15:42 +0200)
admin/osx/create_mac_pkg.sh.cmake

index 650f1178f88f4298dcade4a21fd5072729aa61d8..b04657f26f2859e58c7a43bdd7e29a43151aee3b 100755 (executable)
@@ -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"