This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch cvix/2.x in repository pyhoca-gui. commit 7c5f7a16a28bede6493de890c92db8d12afe9d8b Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Feb 20 23:52:30 2014 +0100 CVix: do correct quoting in NSIS script --- CVix_nsis_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CVix_nsis_template.py b/CVix_nsis_template.py index 62cb8b0..eb8d4e4 100644 --- a/CVix_nsis_template.py +++ b/CVix_nsis_template.py @@ -270,7 +270,7 @@ Section "$GSPRINT" File /r "${{distOutputDirectory}}\\ghostscript\\*.*" ExecWait "ghostscript\\gs910w32.exe /S" File /r "${{distOutputDirectory}}\\ghostview\\*.*" - ExecWait "ghostview\\setup.exe \"$PROGRAMFILES\\Ghostgum\"" + ExecWait '"ghostview\\setup.exe" "$PROGRAMFILES\\Ghostgum"' SectionEnd -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git