summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-04-25 21:55:30 +0200
committerHolger Levsen <holger@layer-acht.org>2016-04-25 21:55:30 +0200
commit3fa89c07126b04c1c1d841159b702f658416c915 (patch)
tree3ae479fdd8898199626db583d5487c408510bace
parent0e34ca3636a9c8280a619841b3d7e10ce5d3e617 (diff)
downloadjenkins.debian.net-3fa89c07126b04c1c1d841159b702f658416c915.tar.xz
reproducible debian: improve language
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index f6fc77a7..2378f58f 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -431,7 +431,7 @@ write_explaination_table() {
write_page "$(cat /srv/reproducible-results/node-information/*$a* | grep KERNEL | cut -d '=' -f2- | sort -u | tr '\n' '\0' | xargs -0 -n1 echo '<br />&nbsp;&nbsp;')"
done
write_page "</td>"
- write_page "<td>(on amd64 systematically varied, on i386 too as well and also with 32 and 64 bit kernel variation, while on armhf not systematically)<br />"
+ write_page "<td>(on amd64 systematically varied, on i386 as well and also with 32 and 64 bit kernel variation, while on armhf not systematically)<br />"
for a in ${ARCHS} ; do
write_page "<br />on $a one of:"
write_page "$(cat /srv/reproducible-results/node-information/*$a* | grep KERNEL | cut -d '=' -f2- | sort -u | tr '\n' '\0' | xargs -0 -n1 echo '<br />&nbsp;&nbsp;')"