From 3fa89c07126b04c1c1d841159b702f658416c915 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 25 Apr 2016 21:55:30 +0200 Subject: reproducible debian: improve language --- bin/reproducible_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '
  ')" done write_page "" - write_page "(on amd64 systematically varied, on i386 too as well and also with 32 and 64 bit kernel variation, while on armhf not systematically)
" + write_page "(on amd64 systematically varied, on i386 as well and also with 32 and 64 bit kernel variation, while on armhf not systematically)
" for a in ${ARCHS} ; do write_page "
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 '
  ')" -- cgit v1.2.3-54-g00ecf