[Pkg-owncloud-commits] [owncloud-client] 147/219: Mac Installer: Add file name quoting.

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Oct 11 14:43:20 UTC 2014


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 8f8265b2190b435ad295cc8cabcbc7da88c10c21
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Mon Sep 22 16:45:33 2014 +0200

    Mac Installer: Add file name quoting.
---
 admin/osx/create_mac_pkg.sh.cmake | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/admin/osx/create_mac_pkg.sh.cmake b/admin/osx/create_mac_pkg.sh.cmake
index d38ff19..650f117 100755
--- a/admin/osx/create_mac_pkg.sh.cmake
+++ b/admin/osx/create_mac_pkg.sh.cmake
@@ -62,9 +62,9 @@ fi
 
 # Sparkle wants a tbz, it cannot install raw pkg
 cd $install_path
-tar cf $installer_file_tar $installer_file
-bzip2 -9 $installer_file_tar
-mv $installer_file_tar_bz2 $installer_file_tbz
+tar cf "$installer_file_tar" "$installer_file"
+bzip2 -9 "$installer_file_tar"
+mv "$installer_file_tar_bz2" "$installer_file_tbz"
 rc=$?
 if [ $rc == 0 ]; then
   echo "Successfully created $installer_file"

-- 
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