[X2Go-Commits] x2goserver.git - build-baikal (branch) updated: 3.1.1.3-11-g0c3542c

X2Go dev team git-admin at x2go.org
Fri Jan 3 18:04:53 CET 2014


The branch, build-baikal has been updated
       via  0c3542c4b6710d97ad11f182e0ec8c0f5198b9e4 (commit)
      from  452498574b305425ec8a2e81b82ea86e4c5f67d4 (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/x2goruncommand |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

The diff of changes is:
diff --git a/x2goserver/bin/x2goruncommand b/x2goserver/bin/x2goruncommand
index b6ccf9b..7be8039 100755
--- a/x2goserver/bin/x2goruncommand
+++ b/x2goserver/bin/x2goruncommand
@@ -185,13 +185,13 @@ BNAME=`basename "$EXEC"`
 if [ "$BNAME" == "rdesktop" ]
 then
 	IMEXIT="true"
-	which padsp >/dev/null && {
+	if which padsp >/dev/null; then
 		EXEC_WRAPPER="padsp"
 		args=" -r sound:local"
-	}
-        test -d "$HOME/media" && {
-                args+=" -r disk:X2GoMedia=$HOME/media"
-        }
+	fi
+	if [ -d "$HOME/media" ]; then
+		args+=" -r disk:X2GoMedia=$HOME/media"
+	fi
 fi
 
 if [ "$X2GO_SESS_TYPE" == "P" ]


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