summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-08-12 17:55:41 +0000
committerache <ache@FreeBSD.org>1996-08-12 17:55:41 +0000
commitf25f1527757956815677050b63a192726c70543f (patch)
tree3d4f8cb988d9b85221a5ed2a5c6bdd348cc7d3f2 /gnu
parentbfb5d5b14dc304ccee64fd8c6fd1202f4d001d8d (diff)
downloadFreeBSD-src-f25f1527757956815677050b63a192726c70543f.zip
FreeBSD-src-f25f1527757956815677050b63a192726c70543f.tar.gz
Pick collate info too
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/grep/grep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/grep/grep.c b/gnu/usr.bin/grep/grep.c
index 2576e3d..ae30167 100644
--- a/gnu/usr.bin/grep/grep.c
+++ b/gnu/usr.bin/grep/grep.c
@@ -672,7 +672,7 @@ main(argc, argv)
#endif
#ifdef __FreeBSD__
- (void) setlocale(LC_CTYPE, "");
+ (void) setlocale(LC_ALL, "");
#endif
prog = argv[0];
if (prog && strrchr(prog, '/'))
OpenPOWER on IntegriCloud