diff options
author | Jim Meyering <jim@meyering.net> | 2001-03-15 14:50:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-03-15 14:50:16 +0000 |
commit | 7164873b95dd6d7b02c5de9526c442da5ee167f9 (patch) | |
tree | a322906a40c11aafcf14f9b6f58540eaae440e85 /lib/config.charset | |
parent | a5d6ae87e0f935bf2dda042b175108bcb5797d62 (diff) | |
download | coreutils-7164873b95dd6d7b02c5de9526c442da5ee167f9.tar.xz |
(BeOS): Use wildcard syntax.
Diffstat (limited to 'lib/config.charset')
-rwxr-xr-x | lib/config.charset | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config.charset b/lib/config.charset index 084409487..d6f369558 100755 --- a/lib/config.charset +++ b/lib/config.charset @@ -272,7 +272,7 @@ case "$os" in ;; beos*) # BeOS has a single locale, and it has UTF-8 encoding. - echo "C UTF-8" + echo "* UTF-8" ;; msdosdjgpp*) # DJGPP 2.03 doesn't have nl_langinfo(CODESET); therefore |