[Pkg-owncloud-commits] [owncloud-client] 132/159: create_mac_pkg.sh.cmake: increase space-in-filename resiliance
Sandro Knauß
hefee-guest at moszumanska.debian.org
Fri May 1 13:05:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 99c81182291a67b6c75a578f1e4ea7791b9027b7
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Tue Apr 21 15:42:51 2015 +0200
create_mac_pkg.sh.cmake: increase space-in-filename resiliance
---
admin/osx/create_mac_pkg.sh.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/admin/osx/create_mac_pkg.sh.cmake b/admin/osx/create_mac_pkg.sh.cmake
index 650f117..b04657f 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"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list