diff options
author | Tom Gundersen <teg@jklm.no> | 2011-08-19 12:17:25 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2011-08-19 12:17:25 +0200 |
commit | 7f840b99aa649eb899aa11f5e91e1e81f4f3672a (patch) | |
tree | 26901be6a5f2314f0da73d318103287bf16a241a /locale.sh | |
parent | a5967ed214a194b54647342f38ae78d695d497a1 (diff) |
locale.sh: added missing file to git
Reported-by: Dave Reisner <d@falconindy.com>
Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'locale.sh')
-rw-r--r-- | locale.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/locale.sh b/locale.sh new file mode 100644 index 0000000..611a797 --- /dev/null +++ b/locale.sh @@ -0,0 +1,3 @@ +. /etc/rc.conf + +export LANG=${LOCALE:=en_US} |