Skip to content

Commit

Permalink
Merge pull request #10 from kyrios123/master
Browse files Browse the repository at this point in the history
change locales to en_US.utf8
  • Loading branch information
ikeydoherty authored Nov 21, 2017
2 parents dbb1314 + 75d2f97 commit ef832d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/builder/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ func TouchFile(path string) error {
func SaneEnvironment(username, home string) []string {
environment := []string{
"PATH=/usr/bin:/usr/sbin:/bin/:/sbin",
"LANG=C",
"LC_ALL=C",
"LANG=en_US.utf8",
"LC_ALL=en_US.utf8",
fmt.Sprintf("HOME=%s", home),
fmt.Sprintf("USER=%s", username),
fmt.Sprintf("USERNAME=%s", username),
Expand Down

0 comments on commit ef832d1

Please sign in to comment.