[X2go-Commits] buildscripts.git - master (branch) updated: 0623bb8891890bda7ef49c26cb1e6587f21ed06f

X2Go dev team git-admin at x2go.org
Tue Jan 1 01:49:31 CET 2013


The branch, master has been updated
       via  0623bb8891890bda7ef49c26cb1e6587f21ed06f (commit)
      from  ec6276378e9ba0ef36301d3f8c91113c282d0384 (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 0623bb8891890bda7ef49c26cb1e6587f21ed06f
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Jan 1 01:49:55 2013 +0100

    syntax fix

-----------------------------------------------------------------------

Summary of changes:
 bin/build-package |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/bin/build-package b/bin/build-package
index 86ffd71..f7ad0b9 100755
--- a/bin/build-package
+++ b/bin/build-package
@@ -65,7 +65,7 @@ set_vars() {
 	[ -n "$ARGV2_CODENAME" ] && FORCE_BUILD=0 || FORCE_BUILD=-1
 	if [ "x$COMPONENT" = "x$COMPONENT_MAIN" ]; then
 		CHECKOUT="${3:-build-main}"
-	elif [ echo "$COMPONENT_RELEASES" | grep "$COMPONENT" ]; then
+	elif echo "$COMPONENT_RELEASES" | grep "$COMPONENT" >/dev/null; then
 		CHECKOUT="${3:-build-$COMPONENT}"
 	elif [ "x$COMPONENT" = "x$COMPONENT_NIGHTLY" ]; then
 		CHECKOUT="${3:-master}"


hooks/post-receive
-- 
buildscripts.git (X2Go packaging scripts)

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 "buildscripts.git" (X2Go packaging scripts).




More information about the x2go-commits mailing list