summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2019-02-28 08:37:36 -0500
committerChet Ramey <chet.ramey@case.edu>2019-02-28 08:37:36 -0500
commite230f9979dad9cbe7e6774862e3c10d902ba3490 (patch)
tree9a3dc448e76357855d303d335007e89158958743 /aclocal.m4
parent3eef85534f4e7868e23cca6536286f24ecebd001 (diff)
downloadbash-e230f9979dad9cbe7e6774862e3c10d902ba3490.tar.gz
commit bash-20190227 snapshot
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 91c32155..a366597a 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -2214,7 +2214,7 @@ unsigned char string[4] = { '\xc3', '\xa4', '\0' };
int
main (int c, char **v)
{
- setlocale (LC_ALL, "de_DE.UTF-8");
+ setlocale (LC_ALL, "en_US.UTF-8");
if (fnmatch (pattern, (const char *)string, 0) != FNM_NOMATCH)
exit (0);
exit (1);