From: Jim Meyering Date: Thu, 15 Mar 2001 14:50:16 +0000 (+0000) Subject: (BeOS): Use wildcard syntax. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2e960c52dc7f11d899216a946ba6a177b857cdf;p=pspp (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