summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-05 21:47:22 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-05 21:47:22 +0200
commit89d327f746f89266db7350475d5fd0d178d963ee (patch)
tree6a6b79450d3fbad5a04515d640ac24436ea4b85f /bin
parentbcddbd498863d705b82ac784888f58036949c5cf (diff)
downloadjenkins.debian.net-89d327f746f89266db7350475d5fd0d178d963ee.tar.xz
reproducible: fix typo
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_stats.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh
index 2ed151c8..979d6c6f 100755
--- a/bin/reproducible_stats.sh
+++ b/bin/reproducible_stats.sh
@@ -91,7 +91,7 @@ link_packages() {
if [ -f "/var/lib/jenkins/userContent/buildinfo/${PKG}_${EVERSION}_amd64.buildinfo" ] ; then
append2navi_frame " <a href=\"$JENKINS_URL/userContent/buildinfo/${PKG}_${EVERSION}_amd64.buildinfo\" target=\"main\">buildinfo</a> "
MAINLINK="$JENKINS_URL/userContent/buildinfo/${PKG}_${EVERSION}_amd64.buildinfo"
- elif [ "$2" != "" ]
+ elif [ "$2" != "" ] ; then
write_index "<font size=\"-1\"><sup>*</sup></font> "
fi
if [ -f "/var/lib/jenkins/userContent/dbd/${PKG}_${EVERSION}.debbindiff.html" ] ; then