[X2Go-Commits] x2goserver.git - build-main (branch) updated: 3.1.1.4-13-gde0ef23
X2Go dev team
git-admin at x2go.org
Wed Dec 4 06:18:25 CET 2013
The branch, build-main has been updated
via de0ef239a7408fd7299f2ea599da91f975f3ffad (commit)
from ec11165bab6086fa649109a0814eba328a47d69a (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/bin/x2gomountdirs | 2 +-
x2goserver/bin/x2goumount-session | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
The diff of changes is:
diff --git a/x2goserver/bin/x2gomountdirs b/x2goserver/bin/x2gomountdirs
index f346a03..bd556d7 100755
--- a/x2goserver/bin/x2gomountdirs
+++ b/x2goserver/bin/x2gomountdirs
@@ -124,7 +124,7 @@ my $spooldir="$tmp_dir/.x2go-$ENV{'USER'}/spool";
my $mimeboxdir_lnk="$ENV{'HOME'}/.x2go/C-$session/mimebox";
my $mimeboxdir="$tmp_dir/.x2go-$ENV{'USER'}/mimebox";
-source_environment xdg_config_home(),"/user-dirs.dirs";
+source_environment(xdg_config_home() . "/user-dirs.dirs");
if (! -e $mdir)
{
diff --git a/x2goserver/bin/x2goumount-session b/x2goserver/bin/x2goumount-session
index 1185872..b12da34 100755
--- a/x2goserver/bin/x2goumount-session
+++ b/x2goserver/bin/x2goumount-session
@@ -64,7 +64,7 @@ my $mdir="$tmp_dir/.x2go-$ENV{'USER'}/media";
my $spooldir="$tmp_dir/.x2go-$ENV{'USER'}/spool";
my $mimeboxdir="$tmp_dir/.x2go-$ENV{'USER'}/mimebox";
-source_environment xdg_config_home(),"/user-dirs.dirs";
+source_environment(xdg_config_home() . "/user-dirs.dirs");
if ($only_path)
{
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).
More information about the x2go-commits
mailing list