diff options
-rwxr-xr-x | update_jdn.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index b6e9adc2..286bad9a 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -16,9 +16,9 @@ JJB="jenkins-job-builder $@" # so we can later run some commands only if $0 has been updated… if [ ! -f $STAMP ] && [ $BASEDIR/$0 -nt $STAMP ] ; then - UPTODATE=false + UP2DATE=false else - UPTODATE=true + UP2DATE=true fi |