[Qa-jenkins-scm] [jenkins.debian.net] 01/01: fixup syntax error in 0e6b358
Holger Levsen
holger at layer-acht.org
Mon Jun 20 21:52:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 55fad25ba3b0b51c7f644546585b9e6e6128331c
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Jun 20 23:51:37 2016 +0200
fixup syntax error in 0e6b358
---
update_jdn.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/update_jdn.sh b/update_jdn.sh
index 43d42ba..d1b85e2 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -15,7 +15,7 @@ TMPFILE=$(mktemp)
JJB="jenkins-job-builder $@"
# so we can later run some commands only if $0 has been updated…
-if [ ! -f $STAMP ] && [ $BASEDIR/$0 -nt $STAMP ] ;
+if [ ! -f $STAMP ] && [ $BASEDIR/$0 -nt $STAMP ] ; then
UPTODATE=false
else
UPTODATE=true
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list