summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xupdate_jdn.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 43d42bad..d1b85e2a 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