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

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

[elpa] master 05c248a: * GNUmakefile: Use LC_ALL rather than LANG


From: Stefan Monnier
Subject: [elpa] master 05c248a: * GNUmakefile: Use LC_ALL rather than LANG
Date: Sat, 29 Aug 2015 14:37:42 +0000

branch: master
commit 05c248acf322cddf14c2599079133a484560cd1c
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

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



reply via email to

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