1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-12 06:57:33 +02:00
Files
coreutils/tests/lang-default

9 lines
242 B
Plaintext
Raw Normal View History

2000-10-22 06:43:52 +00:00
#!/bin/sh
# Set locale-related environment variables so we get consistent
# message translations, time formats, sort orderings, etc.
LANGUAGE=''; export LANGUAGE
LC_ALL=''; export LC_ALL
LANG=''; export LANG
LC_COLLATE=''; export LC_COLLATE