summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-18 01:24:05 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-18 01:24:05 +0200
commitd6f0c8714c29b95c164c4d82cc3cf1660e82488b (patch)
treee92eeef6fc9311c4e174a66153fb597e551a7a76 /bin/reproducible_common.sh
parent79346e034603fbe17c97e602d7463cf128e3655b (diff)
downloadjenkins.debian.net-d6f0c8714c29b95c164c4d82cc3cf1660e82488b.tar.xz
fix typo
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 63fce79b..c61be6e4 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -333,7 +333,6 @@ write_explaination_table() {
write_page "<tr><td>env LANG</td><td>LANG=\"en_GB.UTF-8\"</td><td>LANG=\"fr_CH.UTF-8\"</td></tr>"
fi
write_page "<tr><td>env LC_ALL</td><td><em>not set</em></td><td>LC_ALL=\"fr_CH.UTF-8\"</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>"
else