[X2Go-Commits] x2gomatebindings.git - master (branch) updated:	2668ba5678645266c8a8f7570844348bd0db0416
    X2Go dev team 
    git-admin at x2go.org
       
    Wed Jul 24 06:22:11 CEST 2013
    
    
  
The branch, master has been updated
       via  2668ba5678645266c8a8f7570844348bd0db0416 (commit)
      from  4bb6242d3152fd696434e27e607bc9998c815853 (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 2668ba5678645266c8a8f7570844348bd0db0416
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Jun 26 13:48:53 2012 +0200
    drop ENV{'TMP'}, directly address /tmp
-----------------------------------------------------------------------
Summary of changes:
 bin/x2goumount-session-gnome |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
The diff of changes is:
diff --git a/bin/x2goumount-session-gnome b/bin/x2goumount-session-gnome
index 60436ce..99366dd 100755
--- a/bin/x2goumount-session-gnome
+++ b/bin/x2goumount-session-gnome
@@ -31,7 +31,7 @@ my $dir=<F>;
 my $session=<F>;
 close(F);
 
-my $tmp_dir = $ENV{'TMP'} || '/tmp';
+my $tmp_dir = '/tmp';
 
 $session=~s/\n//;
 
hooks/post-receive
-- 
x2gomatebindings.git (x2gomatebindings upstream project)
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 "x2gomatebindings.git" (x2gomatebindings upstream project).
    
    
More information about the x2go-commits
mailing list