This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from 2d602ff Prevent bash failures when sourcing external bash scripts beyond our scope. (Fixes: #632). new 1c0147f 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 master in repository x2goserver. commit 1c0147f78d50ecfb91d2828ef92b988ea0675649 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 9a85170..8551d25 100755 --- a/x2goserver/bin/x2goumount-session +++ b/x2goserver/bin/x2goumount-session @@ -219,7 +219,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