The branch, master has been updated via a7cee3bd41308a76b0944d1d44ba0a11efbe81e1 (commit) from 2359295f4a9b91e4be3a464b35f031549e3ddb78 (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 a7cee3bd41308a76b0944d1d44ba0a11efbe81e1 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jul 28 15:09:45 2011 +0200 syntax fix ----------------------------------------------------------------------- Summary of changes: x2goserver/lib/x2godbwrapper.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/x2goserver/lib/x2godbwrapper.pm b/x2goserver/lib/x2godbwrapper.pm index 3935548..da3c121 100644 --- a/x2goserver/lib/x2godbwrapper.pm +++ b/x2goserver/lib/x2godbwrapper.pm @@ -26,7 +26,7 @@ use DBI; use POSIX; -my $x2go_lib_path=`echo -n $(x2gobasepath)/lib/x2go`; +my $x2go_lib_path=`echo -n \$(x2gobasepath)/lib/x2go`; my ($uname, $pass, $uid, $pgid, $quota, $comment, $gcos, $homedir, $shell, $expire) = getpwuid(getuid()); 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).