diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-13 13:46:08 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-13 13:46:08 +0100 |
commit | 1b9c6deb008e2b09dbcdca3fba01563eb6ce301c (patch) | |
tree | f82bc7e904dd0c2af02e2122c322ed13baa7711c | |
parent | f8a549cd5d9557677915050f72f316b08072eab4 (diff) | |
download | jenkins.debian.net-1b9c6deb008e2b09dbcdca3fba01563eb6ce301c.tar.xz |
reproducible: fix spelling of Debian…
-rwxr-xr-x | bin/reproducible_common.sh | 2 |
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>" |