[X2Go-Commits] [live-build-x2go] 06/95: fixed missing escape

git-admin at x2go.org git-admin at x2go.org
Wed Mar 20 22:45:48 CET 2019


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

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

commit da531815b73d851327d628e17e8e3731fb35380b
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Sun Feb 4 12:35:21 2018 +0100

    fixed missing escape
---
 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 bd44c5f..e36de24 100755
--- a/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig
+++ b/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig
@@ -53,7 +53,7 @@ if [ -n "\$AUDIOOUT" ] ; then
 					grep -A10000 "profiles" | \
 					grep "\W\Woutput:" | \
 					grep -v "active profile:" | \
-					awk -F'[+:]' '{gsub("\t","",$1) ; print "\"'\$CARD'|" \$1 ":" \$2 "\""} ';
+					awk -F'[+:]' '{gsub("\t","",\$1) ; print "\"'\$CARD'|" \$1 ":" \$2 "\""} ';
 				done | \
 				sort -u )
 		for AUDIOOUTPUT in \$AUDIOOUTPUTS; do

--
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