The branch, build-baikal has been updated via 4d021c4d43919869c73cc5894ed6d1ca95b75225 (commit) from aaa640c840713db2578c03012e54b1a96fb00c41 (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/sbin/x2gocleansessions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/x2goserver/sbin/x2gocleansessions b/x2goserver/sbin/x2gocleansessions index f8675ca..1952645 100755 --- a/x2goserver/sbin/x2gocleansessions +++ b/x2goserver/sbin/x2gocleansessions @@ -25,7 +25,7 @@ use Sys::Syslog qw( :DEFAULT ); use strict; my $x2go_lib_path=`echo -n \$(x2gobasepath)/lib/x2go`; -use lib $x2go_lib_path; +use lib `echo -n \$(x2gobasepath)/lib/x2go`; use x2gologlevel; openlog($0,'cons,pid','user'); 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).