summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-11-13 13:46:08 +0100
committerHolger Levsen <holger@layer-acht.org>2015-11-13 13:46:08 +0100
commit1b9c6deb008e2b09dbcdca3fba01563eb6ce301c (patch)
treef82bc7e904dd0c2af02e2122c322ed13baa7711c
parentf8a549cd5d9557677915050f72f316b08072eab4 (diff)
downloadjenkins.debian.net-1b9c6deb008e2b09dbcdca3fba01563eb6ce301c.tar.xz
reproducible: fix spelling of Debian…
-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 712f45fd..bbfb3cf1 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -340,7 +340,7 @@ write_explaination_table() {
write_page "<tr><td>env CAPTURE_ENVIRONMENT</td><td><em>not set</em></td><td>CAPTURE_ENVIRONMENT=\"I capture the environment\"</td></tr>"
fi
write_page "<tr><td>env TZ</td><td>TZ=\"/usr/share/zoneinfo/Etc/GMT+12\"</td><td>TZ=\"/usr/share/zoneinfo/Etc/GMT-14\"</td></tr>"
- if [ "$1" = "Debian" ] ; then
+ if [ "$1" = "debian" ] ; then
write_page "<tr><td>env LANG</td><td>LANG=C</td><td>LANG=\"fr_CH.UTF-8\"</td></tr>"
elif [ "$1" = "Arch Linux" ] ; then
write_page "<tr><td>env LANG</td><td><em>not set</em></td><td>LANG=\"fr_CH.UTF-8\"</td></tr>"