[X2Go-Commits] x2gothinclient.git - build-main (branch) updated: 1.1.0.0-36-g0505ae8
X2Go dev team
git-admin at x2go.org
Fri Nov 22 23:53:12 CET 2013
The branch, build-main has been updated
via 0505ae8a5305899c5dbb5a626f54fa2eae24edb6 (commit)
from 6488c9391b4b6b9e89fa6795f1d03a16d80a3dce (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:
x2gousbmount/x2gousbmount | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
The diff of changes is:
diff --git a/x2gousbmount/x2gousbmount b/x2gousbmount/x2gousbmount
index ccc1cfc..6e7965c 100755
--- a/x2gousbmount/x2gousbmount
+++ b/x2gousbmount/x2gousbmount
@@ -46,8 +46,8 @@ if ( check_x2gothinclientd() )
my @ldev=split("/","$dev");
my $ldev=@ldev[@ldev-1];
my $mntdir;
- if ( -d expand_user("~/mounts")) {
- $mntdir=expand_user("~/mounts");
+ if ( -d expand_filename("~/mounts")) {
+ $mntdir=expand_filename("~/mounts");
} elsif ( -d "/var/run" ) {
$mntdir="/var/run";
} elsif ( -d "/run" ) {
hooks/post-receive
--
x2gothinclient.git (X2Go Thin Client Environment)
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 "x2gothinclient.git" (X2Go Thin Client Environment).
More information about the x2go-commits
mailing list