summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_stats.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-07 18:19:14 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-07 18:19:14 +0200
commita2b01c8c19f032211a58ae88c55ba3fd7e80829a (patch)
tree72e35a46f6c091b43f0efe2a4821873eccb374ff /bin/reproducible_stats.sh
parent8c45cfec0f501d0fecbebba9bb86064755fe7504 (diff)
downloadjenkins.debian.net-a2b01c8c19f032211a58ae88c55ba3fd7e80829a.tar.xz
reproducible: fix typo
Diffstat (limited to 'bin/reproducible_stats.sh')
-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 2bcfb132..1bccbf20 100755
--- a/bin/reproducible_stats.sh
+++ b/bin/reproducible_stats.sh
@@ -117,7 +117,7 @@ link_packages() {
write_pkg_frameset "$PKG" "$MAINLINK"
fi
if [ -f "/var/lib/jenkins/userContent/rbuild/${PKG}_${EVERSION}.rbuild.log" ] ; then
- write_summary " <a href=\"$JENKINS_URL/userContent/rb-pkg/$PKG.html\">$PKG</a>$STAR[$PKG] "
+ write_summary " <a href=\"$JENKINS_URL/userContent/rb-pkg/$PKG.html\">$PKG</a>${STAR[$PKG]} "
else
write_summary " $PKG "
fi