emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] elpa-admin 345dc39 189/357: * GNUmakefile: Use LC_ALL rather than


From: Stefan Monnier
Subject: [elpa] elpa-admin 345dc39 189/357: * GNUmakefile: Use LC_ALL rather than LANG
Date: Thu, 10 Dec 2020 18:06:40 -0500 (EST)

branch: elpa-admin
commit 345dc39c6b7eff441c515de10502393c42298e1b
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * 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                                   \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]