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

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Apr 17 23:16:29 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 60ca442728e15601097e49e1fa095be14644369d
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