Unverified Commit 83a7f994 authored by Holger Levsen's avatar Holger Levsen
Browse files

fix fatal typo

parent a5fcd32f
...@@ -16,9 +16,9 @@ JJB="jenkins-job-builder $@" ...@@ -16,9 +16,9 @@ JJB="jenkins-job-builder $@"
# so we can later run some commands only if $0 has been updated… # so we can later run some commands only if $0 has been updated…
if [ ! -f $STAMP ] && [ $BASEDIR/$0 -nt $STAMP ] ; then if [ ! -f $STAMP ] && [ $BASEDIR/$0 -nt $STAMP ] ; then
UPTODATE=false UP2DATE=false
else else
UPTODATE=true UP2DATE=true
fi fi
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment