[X2Go-Commits] [x2goclient] 01/87: Makefile.docupload: add quotes and change backticks to $().

git-admin at x2go.org git-admin at x2go.org
Wed Mar 4 22:14:16 CET 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch feature/cleanup
in repository x2goclient.

commit a8496ef186c93186a2a05c04d024d2854dc4a10b
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Fri Feb 13 19:47:57 2015 +0100

    Makefile.docupload: add quotes and change backticks to $().
---
 Makefile.docupload |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile.docupload b/Makefile.docupload
index 09bdf8f..27f1cb1 100644
--- a/Makefile.docupload
+++ b/Makefile.docupload
@@ -2,10 +2,10 @@
 # Makefile.docupload file - for x2goclient
 # Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>, GPLv3 applies to this file
 
-VERSION=`head -n1 debian/changelog | sed 's,.*(\(.*\)).*,\1,' | cut -d"-" -f1`
-DOC_HOST=code.x2go.org
-DOC_PATH=/srv/sites/x2go.org/packages/doc/x2goclient/man/
-DOC_USER=x2go-admin
+VERSION=$(head -n1 debian/changelog | sed 's,.*(\(.*\)).*,\1,' | cut -d"-" -f1)
+DOC_HOST="code.x2go.org"
+DOC_PATH="/srv/sites/x2go.org/packages/doc/x2goclient/man/"
+DOC_USER="x2go-admin"
 
 doc: docbuild docupload
 

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//../..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list