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 | d2e960c52dc7f11d899216a946ba6a177b857cdf (patch) | |
tree | f075ee191b2122acd19aaa6da74cd733aed57bbb /lib/config.charset | |
parent | 4028e63dd21b964fdcd76448c973cbad683982e4 (diff) | |
download | gnulib-d2e960c52dc7f11d899216a946ba6a177b857cdf.tar.gz |
(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 0844094875..d6f369558d 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 |