diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-05 14:17:42 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-05 14:17:42 +0200 |
commit | b138635d0efcf8e547850436d22312a7dc61b037 (patch) | |
tree | b7829fda56379cb38a609a4f13b19b41209ba6e1 /bin | |
parent | bb4b23a5f6fe4c90cd9239c754a7f2fd205d23f5 (diff) | |
download | jenkins.debian.net-b138635d0efcf8e547850436d22312a7dc61b037.tar.xz |
reproducible: fix typo
Diffstat (limited to 'bin')
-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 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 |