[X2Go-Commits] [live-build-x2go] 06/26: fixed missing escape (when will I ever learn ...)

git-admin at x2go.org git-admin at x2go.org
Wed Jan 24 18:31:48 CET 2018


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

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

commit 6d38fb5844ff238833967749dbc3ed7579d77df5
Author: Stefan Baur <kontakt at baur-itcs.de>
Date:   Sun Nov 5 19:11:35 2017 +0100

    fixed missing escape (when will I ever learn ...)
---
 config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig b/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig
index 3a11727..8c0f468 100755
--- a/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig
+++ b/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig
@@ -234,7 +234,7 @@ fi
 
 # workaround for NX "magic pixel" being active in --thinclient mode
 while ! ps -C xdotool >/dev/null ; do
-        while [ $(xdotool search --name . | wc -l) -lt 3 ] ; do
+        while [ \$(xdotool search --name . | wc -l) -lt 3 ] ; do
                 sleep 1
         done ;
         xdotool search . behave %@ blur windowmap

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


More information about the x2go-commits mailing list