Skip to content

Commit

Permalink
Set ENV["LANG"] = "C.UTF-8" by default
Browse files Browse the repository at this point in the history
  • Loading branch information
nhz2 authored Sep 21, 2023
1 parent 0c97b89 commit 9cfa0a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sandbox.jl
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ function setup_generic_sandbox(config::Configuration, cmd::Cmd; workdir::String,
# some essential env vars (since we don't run from a shell)
"PATH" => "/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin",
"HOME" => config.home,
"LANG" => "C.UTF-8",
))
if haskey(ENV, "TERM")
env["TERM"] = ENV["TERM"]
Expand Down

0 comments on commit 9cfa0a7

Please sign in to comment.