[Pkg-owncloud-commits] [owncloud-client] 17/47: Adding quotes - necessary for themes containing spaces in APPLICATION_NAME

Sandro Knauß hefee-guest at moszumanska.debian.org
Mon Feb 17 18:06:33 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 0322a44be58a91a131763c436597c8a73d103c9b
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date:   Tue Feb 11 11:23:34 2014 +0100

    Adding quotes - necessary for themes containing spaces in APPLICATION_NAME
---
 cmake/modules/NSIS.template.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in
index cae5552..88b6afc 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -607,7 +607,7 @@ Section Uninstall
       RMDir /r "$LOCALAPPDATA\${APPLICATION_NAME}"
    ${EndIf}
 
-   DeleteRegKey ${MEMENTO_REGISTRY_ROOT} ${MEMENTO_REGISTRY_KEY}
+   DeleteRegKey ${MEMENTO_REGISTRY_ROOT} "${MEMENTO_REGISTRY_KEY}"
 
    SetDetailsPrint textonly
    DetailPrint $UNINSTALLER_FINISHED_Detail

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