[X2Go-Commits] [x2goserver] 14/33: x2goserver/bin/x2gostartagent: remove spurious semicolon and add quotes on the lib path line.

git-admin at x2go.org git-admin at x2go.org
Wed Jan 10 00:19:24 CET 2018


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

x2go pushed a commit to branch master
in repository x2goserver.

commit 245b1b93f679e7c6a3434ff6addc527fdf3a6dcc
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Jan 4 05:40:43 2018 +0100

    x2goserver/bin/x2gostartagent: remove spurious semicolon and add quotes on the lib path line.
    
    Cherry-picked from release/4.0.1.x branch.
---
 debian/changelog              | 2 ++
 x2goserver/bin/x2gostartagent | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a0a4bf8..0db31ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -300,6 +300,8 @@ x2goserver (4.0.1.23-0x2go1) UNRELEASED; urgency=medium
     - x2goserver/lib: new script x2gogetrandomport, contains the port
       randomization (or pseudo-randomization) features that are part of
       x2gostartagent, but need to be accessible by other scripts as well.
+    - x2goserver/bin/x2gostartagent: remove spurious semicolon and add quotes
+      on the lib path line.
   * x2goserver.spec:
     - RPMify x2goserver-xsession description.
     - Remove qt4 stuff, we're not using the framework here.
diff --git a/x2goserver/bin/x2gostartagent b/x2goserver/bin/x2gostartagent
index d980975..9f67e74 100755
--- a/x2goserver/bin/x2gostartagent
+++ b/x2goserver/bin/x2gostartagent
@@ -63,7 +63,7 @@ get_random_port() {
 	return "0"
 }
 
-X2GO_LIB_PATH="$(x2gopath libexec)";
+X2GO_LIB_PATH="$(x2gopath "libexec")"
 
 "${X2GO_LIB_PATH}/x2gosyslog" "${0}" "info" "$(basename "${0}") called with options: ${*}"
 

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


More information about the x2go-commits mailing list