[X2Go-Commits] [live-build-x2go] 06/160: 2800-x2go-thinclientconfig: added quotation marks

git-admin at x2go.org git-admin at x2go.org
Sat Nov 18 01:55:32 CET 2017


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

x2go pushed a commit to branch feature/openbox
in repository live-build-x2go.

commit 95b71dd77d20c916e4bc9b1406c188bac243fe25
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Mon Apr 24 16:17:40 2017 +0200

    2800-x2go-thinclientconfig: added quotation marks
---
 config/includes.chroot/lib/live/config/2800-x2go-thinclientconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/includes.chroot/lib/live/config/2800-x2go-thinclientconfig b/config/includes.chroot/lib/live/config/2800-x2go-thinclientconfig
index 204d1c2..39d884f 100755
--- a/config/includes.chroot/lib/live/config/2800-x2go-thinclientconfig
+++ b/config/includes.chroot/lib/live/config/2800-x2go-thinclientconfig
@@ -60,7 +60,7 @@ for NEXT_DISPLAY in \$(LANG=C xrandr 2>/dev/null | grep ' connected ' | cut -d '
 
 	# THIS_DISPLAY won't be defined until the second time the loop is executed, which is a
 	# neat way of running xrandr only if there are at least two connected display devices
-	if [ -n \${THIS_DISPLAY+x} ] ; then
+	if [ -n "\${THIS_DISPLAY+x}" ] ; then
 
 		if [ \$TOUCHDEVICESCOUNT -gt 0 ] &&  [ \$MICECOUNT -lt 1 ] && [ -z \$XRANDRCMDTAINTED ]; then
 			# we have a touch device and no mice, and no xinerama parameter was set,

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


More information about the x2go-commits mailing list