The branch, release/4.0.1.x has been updated via 6c61d6eebd840b7fb9561ccdc96d925212b8004a (commit) from 258bd118ec2ea9652ed8559b7e0556186c4dd500 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: x2goserver/bin/x2gopath | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) The diff of changes is: diff --git a/x2goserver/bin/x2gopath b/x2goserver/bin/x2gopath index 1001a71..b42c9bb 100755 --- a/x2goserver/bin/x2gopath +++ b/x2goserver/bin/x2gopath @@ -32,12 +32,12 @@ base=$(readlink -f "$base/.."); # The following section is subject to substitution by distro packaging tools. case "$1" in - base) echo -n "$base";; - lib) echo -n "$base/lib/x2go";; - libexec) echo -n "$base/lib/x2go";; - share) echo -n "$base/share/x2go";; - xinerama) echo -n "$base/lib/nx/X11/Xinerama";; - *) exit 1;; + base) echo -n "$base";; + lib) echo -n "$base/lib/x2go";; + libexec) echo -n "$base/lib/x2go";; + share) echo -n "$base/share/x2go";; + xinerama) echo -n "$base/lib/nx/X11/Xinerama";; + *) exit 1;; esac; if test -t 1; then hooks/post-receive -- x2goserver.git (X2Go Server) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goserver.git" (X2Go Server).