summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tltcl
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2019-02-17 12:05:19 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2019-02-17 12:05:19 +0000
commit5167e0053e114c7c8579ea6f84d4a1ea979f9123 (patch)
tree9b7e2e3dc2f028cc8055d468f6053b03d83cca36 /Master/tlpkg/tltcl
parentcd0fbfe15103475d3e937a6c9b90dcd393cbc444 (diff)
Localization
git-svn-id: svn://tug.org/texlive/trunk@50042 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tltcl')
-rw-r--r--Master/tlpkg/tltcl/tltcl.tcl8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/tltcl/tltcl.tcl b/Master/tlpkg/tltcl/tltcl.tcl
index 47dd31bd34f..a4be3ba7b29 100644
--- a/Master/tlpkg/tltcl/tltcl.tcl
+++ b/Master/tlpkg/tltcl/tltcl.tcl
@@ -224,10 +224,10 @@ proc yes_no {b} {
return $ans
}
-if {$::tcl_platform(os) eq "Darwin"} {
- # avoid warnings 'tar: Failed to set default locale'
- set ::env(LC_ALL) "en_US.UTF-8"
-}
+# avoid warnings from tar and perl about locale
+set ::env(LC_ALL) "C"
+unset -nocomplain ::env(LANG)
+unset -nocomplain ::env(LANGUAGE)
### fonts ###