summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-17 00:43:15 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-17 00:43:15 +0200
commit0adb646efb2c0828e1b5263545f42ad8a54d9951 (patch)
tree959f8fc743c0d2b468026899d934c56b724d1d60 /bin/reproducible_common.sh
parent0d813ea6ad03ae9fa3b5cec218bcc92757980191 (diff)
downloadjenkins.debian.net-0adb646efb2c0828e1b5263545f42ad8a54d9951.tar.xz
reproducible arch: more html fixup
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 689e258d..81e58191 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -332,8 +332,8 @@ write_explaination_table() {
write_page "<tr><td>env LC_ALL</td><td><em>not set</em></td><td>LC_ALL=\"fr_CH.UTF-8\"</td></tr>"
else
write_page "<tr><td>env TZ</td><td colspan=\"2\"> is not yet varied between rebuilds of $1.</td></tr>"
- write_page "<tr><td>env LANG</td colspan=\"2\"> is not yet varied between rebuilds of $1.</td></tr>"
- write_page "<tr><td>env LC_ALL</td colspan=\"2\"> is not yet varied between rebuilds of $1.</td></tr>"
+ write_page "<tr><td>env LANG</td><td colspan=\"2\"> is not yet varied between rebuilds of $1.</td></tr>"
+ write_page "<tr><td>env LC_ALL</td><td colspan=\"2\"> is not yet varied between rebuilds of $1.</td></tr>"
fi
if [ "$1" != "FreeBSD" ] && [ "$1" != "Archlinux" ] ; then
write_page "<tr><td>env PATH</td><td>PATH=\"/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:\"</td><td>PATH=\"/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/i/capture/the/path\"</td></tr>"