Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
83a7f994
Unverified
Commit
83a7f994
authored
Jul 06, 2016
by
Holger Levsen
Browse files
fix fatal typo
parent
a5fcd32f
Changes
1
Hide whitespace changes
Inline
Side-by-side
update_jdn.sh
View file @
83a7f994
...
@@ -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
UP
TO
DATE
=
false
UP
2
DATE
=
false
else
else
UP
TO
DATE
=
true
UP
2
DATE
=
true
fi
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment