[X2Go-Commits] [live-build-x2go] 18/18: (hopefully) fixed issue that parameters without an equals sign became appended to the preceding parameter's value

git-admin at x2go.org git-admin at x2go.org
Wed Jan 24 18:08:47 CET 2018


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

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

commit 097def2c5987f64634719cbf950922432d650058
Author: Stefan Baur <kontakt at baur-itcs.de>
Date:   Mon Dec 11 15:29:45 2017 +0100

    (hopefully) fixed issue that parameters without an equals sign became appended to the preceding parameter's value
---
 config/includes.chroot/lib/live/config/2900-firefox-config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/includes.chroot/lib/live/config/2900-firefox-config b/config/includes.chroot/lib/live/config/2900-firefox-config
index b01c4ab..2db4375 100755
--- a/config/includes.chroot/lib/live/config/2900-firefox-config
+++ b/config/includes.chroot/lib/live/config/2900-firefox-config
@@ -6,7 +6,7 @@ FirefoxConfig ()
 	#
 	echo -n " firefoxconfig"
 
-	HOMEPAGEURL=$(sed -e 's/ \([^ ]*\)=/\n\1=/g' -e 's/\([^=]["'"'"']\) /\1\n/g' /proc/cmdline | \
+	HOMEPAGEURL=$(sed -e 's/ \([^ ]*\)=/\n\1=/g' -e 's/\([^=]["'"'"']\) /\1\n/g' -e 's/ \([^ "'"'"']\)/\n\1/g' /proc/cmdline | \
 		      awk -F'=' ' /^homepageurl=/ { print $2 } ')
 	if [ -z "$HOMEPAGEURL" ] ; then 
 		HOMEPAGEURL='http://www.x2go.org/'

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