From e97dcec3e1cf929e37b717053c3d896dbebb01e9 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 3 Jun 2016 23:59:55 +0200 Subject: reproducible debian: another s#armel#armhf# typo --- bin/reproducible_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_common.sh') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 7845a966..ed09ba65 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -468,7 +468,7 @@ write_variation_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: LC_ALL=\"fr_CH.UTF-8\"
on i386: LC_ALL=\"de_CH.UTF-8\"
on armel: LC_ALL=\"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 armhf: 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