branch: elpa-admin
commit 345dc39c6b7eff441c515de10502393c42298e1b
Author: Stefan Monnier <[email protected]>
Commit: Stefan Monnier <[email protected]>
* GNUmakefile: Use LC_ALL rather than LANG
---
GNUmakefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/GNUmakefile b/GNUmakefile
index 03044dc..0b0e3b0 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -13,7 +13,7 @@ CR_EXCEPTIONS=copyright_exceptions
.PHONY: check_copyrights
check_copyrights:
@echo "Compute exceptions >$(CR_EXCEPTIONS)~"
- @export LANG=C; \
+ @export LC_ALL=C; \
(cd packages; \
find . -name '.git' -prune -o \
-name 'test' -prune -o \