From 66be289901508d5a6ed092db81ec96815c42d21d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 23 May 2011 18:21:50 +0000 Subject: GNUmakefile: locale-independent grep invocation Otherwise it could casefold and we don't want that. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index c0016ef..da55052 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -176,7 +176,7 @@ doc: .document $(ext)/unicorn_http.c man html .wrongdoc.yml $(RM) -r doc wrongdoc all install -m644 COPYING doc/COPYING - install -m644 $(shell grep '^[A-Z]' .document) doc/ + install -m644 $(shell LC_ALL=C grep '^[A-Z]' .document) doc/ install -m644 $(man1_paths) doc/ tar cf - $$(git ls-files examples/) | (cd doc && tar xf -) $(RM) $(man1_rdoc) -- cgit v1.2.3-24-ge0c7