This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit d00f3f081a59b58290b756a2b3ddec3036d77bc7 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Mar 29 03:38:38 2019 +0100 x2goserver/bin/x2goruncommand: fix typo in IceWM branch. --- debian/changelog | 1 + x2goserver/bin/x2goruncommand | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4011f27..be5013a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -80,6 +80,7 @@ x2goserver (4.1.0.4-0x2go1.1) UNRELEASED; urgency=medium handling. - x2goserver/Makefile: don't quote POD_SCRIPTS, because of... make. - x2goserver/Makefile: install man1 files and dirs, too. + - x2goserver/bin/x2goruncommand: fix typo in IceWM branch. * debian/control: + Build-depend upon lsb-release for distro version detection. * debian/x2goserver.manpages: diff --git a/x2goserver/bin/x2goruncommand b/x2goserver/bin/x2goruncommand index f25e772..5ac51a0 100755 --- a/x2goserver/bin/x2goruncommand +++ b/x2goserver/bin/x2goruncommand @@ -242,7 +242,7 @@ elif [ "$cmd" == "LXDE" ]; then cmd="/usr/bin/startlxde" elif [ "$cmd" == "LXQt" ]; then cmd="/usr/bin/startlxqt" -elif [ "$dmd" == "IceWM" ]; then +elif [ "$cmd" == "IceWM" ]; then cmd="/usr/bin/icewm" elif [ "$cmd" == "TRINITY" ]; then # If we are on Q4OS, we needs to set env and run some tasks before -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git