This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch release/4.0.1.x in repository x2goserver. from 0ecc8d1 improve changelog new ce120ea x2goumount-session: typo fix The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: x2goserver/bin/x2goumount-session | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch release/4.0.1.x in repository x2goserver. commit ce120ea122649f77a3f3bf53587d6b654dd2a9ed Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Oct 8 06:06:58 2014 +0200 x2goumount-session: typo fix --- x2goserver/bin/x2goumount-session | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2goserver/bin/x2goumount-session b/x2goserver/bin/x2goumount-session index 2d562eb..d2f8027 100755 --- a/x2goserver/bin/x2goumount-session +++ b/x2goserver/bin/x2goumount-session @@ -242,7 +242,7 @@ break: my @desktop_file_content=<DF>; close(DF); - if ( @desktop_file_content[1] =~ m/$session\/ ) { + if ( @desktop_file_content[1] =~ m/$session/ ) { syslog('info', "removing desktop icon ,,$desktop_dir/$desktop_file''"); unlink("$desktop_dir/$desktop_file"); } -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git