From: Jim Meyering Date: Thu, 15 Mar 2001 14:50:16 +0000 (+0000) Subject: (BeOS): Use wildcard syntax. X-Git-Tag: FILEUTILS-4_0_42~36 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=7164873b95dd6d7b02c5de9526c442da5ee167f9;p=thirdparty%2Fcoreutils.git (BeOS): Use wildcard syntax. --- 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