Skip to content

Commit 8ebad08

Browse files
authored
Don't fiddle with locale for now
1 parent 627be08 commit 8ebad08

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

init/modules/EESSI/2023.06.lua

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -210,12 +210,6 @@ if os.getenv("EESSI_MODULE_STICKY") then
210210
load_message = load_message .. " (requires '--force' option to unload or purge)"
211211
end
212212

213-
-- make sure we are using a known locale
214-
pushenv ("LANG", "C.utf8")
215-
pushenv ("LC_ALL", "C.utf8")
216-
pushenv ("LC_CTYPE", "C.utf8")
217-
pushenv ("LC_MESSAGES", "C.utf8")
218-
219213
-- Filter system paths from LD_LIBRARY_PATH
220214
-- Needs to be reversible so first make a copy
221215
append_path ("EESSI_DEFAULT_HOST_LD_LIBRARY_PATH", os.getenv("LD_LIBRARY_PATH") or "")

0 commit comments

Comments
 (0)