From 82f08b8a377c2db8d239a0e6813b8b3b51d3364a Mon Sep 17 00:00:00 2001
From: Hans Leidekker <hans@it.vu.nl>
Date: Mon, 1 Mar 2004 23:32:35 +0000
Subject: [PATCH] Export LC_ALL before calling sed.

---
 dlls/shell32/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/shell32/Makefile.in b/dlls/shell32/Makefile.in
index c8471d35359..648c070a5fa 100644
--- a/dlls/shell32/Makefile.in
+++ b/dlls/shell32/Makefile.in
@@ -75,7 +75,7 @@ shell.spec.c: shell.spec version16.res
 	$(WINEBUILD) $(DEFS) $(DLLFLAGS) -o $@ --main-module $(MODULE) --res version16.res --dll $(SRCDIR)/shell.spec
 
 authors.c: $(TOPSRCDIR)/AUTHORS
-	(LC_ALL=C; echo 'const char * const SHELL_Authors[] = {' && \
+	(LC_ALL=C; export LC_ALL; echo 'const char * const SHELL_Authors[] = {' && \
 	 sed -e '1,2d' -e 's/\(.*\)/  \"\1\",/' $(TOPSRCDIR)/AUTHORS && \
 	 echo '  0 };') >$@ || ($(RM) $@ && false)
 
-- 
GitLab