[X2Go-Commits] [x2goserver] 02/03: x2goserver/bin/x2gostartagent: use single quotes instead of double quotes for literal strings.

git-admin at x2go.org git-admin at x2go.org
Thu Nov 22 09:44:26 CET 2018


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

x2go pushed a commit to branch master
in repository x2goserver.

commit cfb097a32f3fd6b3d54012056fecf3746fe6fca5
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Nov 22 09:06:36 2018 +0100

    x2goserver/bin/x2gostartagent: use single quotes instead of double quotes for literal strings.
---
 debian/changelog              | 2 ++
 x2goserver/bin/x2gostartagent | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 82f2793..bc9e1d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -70,6 +70,8 @@ x2goserver (4.1.0.3-0x2go1) UNRELEASED; urgency=medium
       -E".
     - x2goserver/bin/x2goversion: replace historical "egrep" with "grep -E".
     - x2goserver/bin/x2goversion: more curly braces, quotes etc.
+    - x2goserver/bin/x2gostartagent: use single quotes instead of double
+      quotes for literal strings.
   * x2goserver.spec:
     + Pull in openSUSE-release manually on OpenSuSE Tumbleweed to work around
       a bug.
diff --git a/x2goserver/bin/x2gostartagent b/x2goserver/bin/x2gostartagent
index af1e2c4..306bf44 100755
--- a/x2goserver/bin/x2gostartagent
+++ b/x2goserver/bin/x2gostartagent
@@ -404,7 +404,7 @@ typeset xinerama_option='1'
 
 typeset kbtype_option="${X2GO_KBD_TYPE}"
 if [[ "${X2GO_SET_KBD}" = '0' ]] || [[ "${X2GO_KBD_TYPE}" = 'auto' ]]; then
-	kbtype_option="null/null"
+	kbtype_option='null/null'
 fi
 
 # Ensure X2GO_NXOPTIONS ends with a , if needed

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git


More information about the x2go-commits mailing list