diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-07 18:19:14 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-07 18:19:14 +0200 |
commit | a2b01c8c19f032211a58ae88c55ba3fd7e80829a (patch) | |
tree | 72e35a46f6c091b43f0efe2a4821873eccb374ff | |
parent | 8c45cfec0f501d0fecbebba9bb86064755fe7504 (diff) | |
download | jenkins.debian.net-a2b01c8c19f032211a58ae88c55ba3fd7e80829a.tar.xz |
reproducible: fix typo
-rwxr-xr-x | bin/reproducible_stats.sh | 2 |
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 |