[X2Go-Commits] python-x2go.git - release/0.4.0.x (branch) updated: 0.1.1.4-21-g55cd3f8

X2Go dev team git-admin at x2go.org
Tue Jan 7 16:17:24 CET 2014


The branch, release/0.4.0.x has been updated
       via  55cd3f8f5320963600a91f598758c9e0acc7cd39 (commit)
      from  48798d60b1fcde6c289703f761bb2e4e43b49a1a (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:
 x2go/backends/terminal/_stdout.py |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

The diff of changes is:
diff --git a/x2go/backends/terminal/_stdout.py b/x2go/backends/terminal/_stdout.py
index 461c5f3..550038b 100644
--- a/x2go/backends/terminal/_stdout.py
+++ b/x2go/backends/terminal/_stdout.py
@@ -750,7 +750,6 @@ class X2goTerminalSessionSTDOUT(object):
             # do not run command when in DESKTOP SHARING mode...
             return None
 
-
         self.params.update({'cmd': cmd})
 
         # do not allow the execution of full path names
@@ -765,7 +764,7 @@ class X2goTerminalSessionSTDOUT(object):
                      _rewrite_blanks(_rewrite_cmd(cmd, params=self.params)),
                      str(self.params.snd_system),
                      str(self.params.session_type),
-                     ">& /dev/null & exit",
+                     "&> /dev/null & exit",
                    ]
 
         if self.params.snd_system == 'pulse':


hooks/post-receive
-- 
python-x2go.git (Python X2Go Client API)

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 "python-x2go.git" (Python X2Go Client API).




More information about the x2go-commits mailing list