mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-30 05:23:52 +08:00
(BeOS): Use wildcard syntax.
This commit is contained in:
parent
a5d6ae87e0
commit
7164873b95
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user