summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-05 14:17:42 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-05 14:17:42 +0200
commitb138635d0efcf8e547850436d22312a7dc61b037 (patch)
treeb7829fda56379cb38a609a4f13b19b41209ba6e1 /bin
parentbb4b23a5f6fe4c90cd9239c754a7f2fd205d23f5 (diff)
downloadjenkins.debian.net-b138635d0efcf8e547850436d22312a7dc61b037.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 340db650..0352aca0 100755
--- a/bin/reproducible_stats.sh
+++ b/bin/reproducible_stats.sh
@@ -45,7 +45,7 @@ link_packages() {
VERSION=$(sqlite3 -init $INIT $PACKAGES_DB "SELECT version FROM source_packages WHERE name = \"$PKG\"")
# remove epoch
EVERSION=$(echo $VERSION | cut -d ":" -f2)
- echo $PKG
+ htmlecho $PKG
if [ -f "/var/lib/jenkins/userContent/dbd/${PKG}_${EVERSION}.debbindiff.html" ] || [ -f "/var/lib/jenkins/userContent/dbd/${PKG}_${EVERSION}.diffp.log" ] || [ -f "/var/lib/jenkins/userContent/pbuilder/${PKG}_${EVERSION}.pbuilder.log" ] ; then
htmlecho "<font size='-1'> ("
if [ -f "/var/lib/jenkins/userContent/dbd/${PKG}_${EVERSION}.debbindiff.html" ] ; then