This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit a4de7242bbdce5440a27f947bd2e56e1e569f78a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Oct 11 15:38:01 2014 +0200 typo fix --- bin/build-rpm-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-rpm-package b/bin/build-rpm-package index ce9d64c..f5f13ed 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -342,7 +342,7 @@ delay_build() { set_vars $@ && { if [ "x$(basename $0)" = "x$PREFIX-build-rpm-package" ] || [ "x$(basename $0)" = "x$PREFIX-build+upload-rpm-package" ]; then cd $PROJECT_DIR && pkgneedsbuild $CHECKOUT || [ "$FORCE_BUILD" = "yes" ] && { - if [ "x$FORCE_BUILD" = "xyes" ] && [ "x$NO_DELAY" != "yes" ]; then + if [ "x$FORCE_BUILD" = "xyes" ] && [ "x$NO_DELAY" != "xyes" ]; then delay_build fi lock_workspace -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git