Skip to content

Commit

Permalink
Simplified locale overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
abejgonzalez committed Jul 12, 2023
1 parent 3806fed commit e1b7588
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions variables.mk
Original file line number Diff line number Diff line change
Expand Up @@ -309,17 +309,7 @@ bmark_timeout_cycles = 100000000
# locale settings
# some of the sbt/java commands will error on specific locales
#########################################################################################
export LANG=en_US.UTF-8
export LC_CTYPE="en_US.UTF-8"
export LC_NUMERIC="en_US.UTF-8"
export LC_TIME="en_US.UTF-8"
export LC_COLLATE="en_US.UTF-8"
export LC_MONETARY="en_US.UTF-8"
export LC_MESSAGES="en_US.UTF-8"
export LC_PAPER="en_US.UTF-8"
export LC_NAME="en_US.UTF-8"
export LC_ADDRESS="en_US.UTF-8"
export LC_TELEPHONE="en_US.UTF-8"
export LC_MEASUREMENT="en_US.UTF-8"
export LC_IDENTIFICATION="en_US.UTF-8"
export LC_ALL=
ENCODING="en_US.UTF-8"
export LANG=$(ENCODING)
export LANGUAGE="en_US:en"
export LC_ALL=$(ENCODING)

0 comments on commit e1b7588

Please sign in to comment.