From d1cf8ee833ed3078d028b0a7369bc4428ce6681e Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 15 Apr 2016 17:44:03 +0200 Subject: reproducible debian: fix typos in variation table --- 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 2be52756..c76d3f42 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -394,7 +394,7 @@ write_explaination_table() { if [ "$1" = "debian" ] ; then write_page "env LANGLANG=\"C\"on amd64: LANG=\"fr_CH.UTF-8\"
on i386: LANG=\"de_CH.UTF-8\"
on armhf: LANG=\"it_CH.UTF-8\"" write_page "env LANGUAGELANGUAGE=\"en_US:en\"on amd64: LANGUAGE=\"fr_CH:fr\"
on i386: LANGUAGE=\"de_CH:de\"
on armhf: LANGUAGE=\"it_CH:it\"" - write_page "env LC_ALLnot seton amd64: LANG=\"fr_CH.UTF-8\"
on i386: LANG=\"de_CH.UTF-8\"
on armel: LANG=\"it_CH.UTF-8\"" + write_page "env LC_ALLnot seton amd64: LC_ALL=\"fr_CH.UTF-8\"
on i386: LC_ALL=\"de_CH.UTF-8\"
on armel: LC_ALL=\"it_CH.UTF-8\"" elif [ "$1" = "Arch Linux" ] ; then write_page "env LANGnot setLANG=\"fr_CH.UTF-8\"" write_page "env LC_ALLnot setLC_ALL=\"fr_CH.UTF-8\"" -- cgit v1.2.3-54-g00ecf