From d1692c78a8f7bdc1faf18d997fa1b057b32388c3 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 17 Jun 2015 01:12:25 +0200 Subject: reproducible: use 'not set', not 'unset' everywhere --- 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 d0aec343..360a0cfc 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -257,7 +257,7 @@ write_explaination_table() { write_page "env CAPTURE_ENVIRONMENTnot setCAPTURE_ENVIRONMENT=\"I capture the environment\"" write_page "env TZTZ=\"/usr/share/zoneinfo/Etc/GMT+12\"TZ=\"/usr/share/zoneinfo/Etc/GMT-14\"" write_page "env LANGLANG=\"en_GB.UTF-8\"LANG=\"fr_CH.UTF-8\"" - write_page "env LC_ALLunsetLC_ALL=\"fr_CH.UTF-8\"" + write_page "env LC_ALLnot setLC_ALL=\"fr_CH.UTF-8\"" write_page "env PATHPATH=\"/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:\"PATH=\"/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/i/capture/the/path\"" if [ "$1" = "debian" ] ; then write_page "env BUILDUSERIDBUILDUSERID=\"1111\"BUILDUSERID=\"2222\"" -- cgit v1.2.3-54-g00ecf