branch: master
commit 05c248acf322cddf14c2599079133a484560cd1c
Author: Stefan Monnier <[email protected]>
Commit: Stefan Monnier <[email protected]>
* GNUmakefile: Use LC_ALL rather than LANG
---
GNUmakefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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 \