The branch, master has been updated via eb71cd1ed60e1eb87dfc261e4af0ffe9252e97c7 (commit) from 8b1b91fcb8cb8644f22312190e1edc5ba3c05b74 (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 ----------------------------------------------------------------- commit eb71cd1ed60e1eb87dfc261e4af0ffe9252e97c7 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Dec 30 17:37:58 2012 +0100 whitespace/indentation fix ----------------------------------------------------------------------- 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).