summaryrefslogtreecommitdiffstats
path: root/usr.bin/comm
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/comm')
-rw-r--r--usr.bin/comm/comm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/comm/comm.c b/usr.bin/comm/comm.c
index bdf30e3..5d234c8 100644
--- a/usr.bin/comm/comm.c
+++ b/usr.bin/comm/comm.c
@@ -82,7 +82,7 @@ main(argc, argv)
flag1 = flag2 = flag3 = 1;
iflag = 0;
- (void) setlocale(LC_CTYPE, "");
+ (void) setlocale(LC_ALL, "");
while ((ch = getopt(argc, argv, "-123i")) != -1)
switch(ch) {
OpenPOWER on IntegriCloud