[X2go-Commits] buildscripts.git - master (branch) updated: 902a7c94a486c4145bbd917f8c5cac12f8d885a0

X2go dev team git-admin at x2go.org
Wed Dec 21 01:06:25 CET 2011


The branch, master has been updated
       via  902a7c94a486c4145bbd917f8c5cac12f8d885a0 (commit)
      from  5a84d5a197297a55741a7bdb1969f64e6aafa97a (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 902a7c94a486c4145bbd917f8c5cac12f8d885a0
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Dec 21 01:06:20 2011 +0100

    fix usage output

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

Summary of changes:
 bin/build-all-packages |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

The diff of changes is:
diff --git a/bin/build-all-packages b/bin/build-all-packages
index 485a26b..ce439bb 100755
--- a/bin/build-all-packages
+++ b/bin/build-all-packages
@@ -28,7 +28,7 @@ APP_PACKAGES_MAIN=
 PREFIX=$(echo `basename $0` | cut -d"-" -f1)
 test -f ~/.buildscripts/$PREFIX.conf && . ~/.buildscripts/$PREFIX.conf || { echo "$0 has no valid context prefix..."; exit -1; }
 
-test -z $1 && { echo "usage: $(basename $0) [{$COMPONENT_MAIN,$COMPONENT_NIGHTLY}]"; exit -1; }
+test -n $2 && { echo "usage: $(basename $0) [{$COMPONENT_MAIN,$COMPONENT_NIGHTLY}]"; exit -1; }
 
 set -ex
 


hooks/post-receive
-- 
buildscripts.git (buildscripts upstream project)

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" (buildscripts upstream project).




More information about the x2go-commits mailing list