aboutsummaryrefslogtreecommitdiffstats
path: root/devscripts/posix-locale.sh
blob: 0aa7a592d7d2decd1fcdeeb9b0d02a8a0a43d689 (plain)
1
2
3
4
5
6

# source this file in your shell to get a POSIX locale (which will break many programs, but that's kind of the point)

export LC_ALL=POSIX
export LANG=POSIX
export LANGUAGE=POSIX