The branch, master has been updated via f575cb3b13a42afc3e797880ac2de30bf7f1fc77 (commit) from 3ef70e7e16ba6cabb22feb9828dc11733590478c (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 f575cb3b13a42afc3e797880ac2de30bf7f1fc77 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jul 28 11:16:01 2011 +0200 syntax fix ----------------------------------------------------------------------- Summary of changes: x2goserver/sbin/x2golistsessions_root | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/x2goserver/sbin/x2golistsessions_root b/x2goserver/sbin/x2golistsessions_root index c3c1065..dc2d0ad 100755 --- a/x2goserver/sbin/x2golistsessions_root +++ b/x2goserver/sbin/x2golistsessions_root @@ -36,7 +36,7 @@ sub check_stat return 1; } -my $x2go_lib_path="`dirname $0`/../x2go/lib" +my $x2go_lib_path="`dirname $0`/../x2go/lib"; my $uname; 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).