repo.or.cz
/
coreutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
*** empty log message ***
[coreutils.git]
/
tests
/
lang-default
blob
a6a9cdccd2356db9a901b0cf02759854d662284b
1
#!/bin/sh
2
# Set locale-related environment variables so we get consistent
3
# message translations, time formats, sort orderings, etc.
4
5
for
i
in
\
6
LANG LANGUAGE LC_ALL LC_COLLATE LC_CTYPE LC_MESSAGES LC_NUMERIC LC_TIME
;
do
7
eval
"
$i
=; export
$i
"
8
done