[X2Go-Commits] x2goserver.git - build-baikal (branch) updated: 3.0.99-2-189-g3180bf5

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


The branch, build-baikal has been updated
       via  3180bf56e351ba89d33824fbf31be57c4f1f3e93 (commit)
      from  5ca4d96cb3f5788dc631a7b4d512fa5cd40bcb82 (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 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2goserver/bin/x2goruncommand b/x2goserver/bin/x2goruncommand
index 391294f..50dcff7 100755
--- a/x2goserver/bin/x2goruncommand
+++ b/x2goserver/bin/x2goruncommand
@@ -106,7 +106,7 @@ then
 	IMEXIT="true"
 fi
 
-if [ "$EXEC" != "" ] && [ -x `which $cmd` ]; then
+if [ "$EXEC" != "" ] && [ -x $EXEC ]; then
 	$cmd
 	#### some applications can quit immediately, we will wait here as long as x2goagent exists
 	if [  "$X2GO_SESS_TYPE" == "R" ] && [ "$IMEXIT" == "false" ]; then


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