From 05c248acf322cddf14c2599079133a484560cd1c Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sat, 29 Aug 2015 10:37:38 -0400 Subject: [PATCH] * GNUmakefile: Use LC_ALL rather than LANG --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 03044dccc..0b0e3b0fb 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 \ -- 2.39.2