]> code.delx.au - gnu-emacs-elpa/commitdiff
* GNUmakefile: Use LC_ALL rather than LANG
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 29 Aug 2015 14:37:38 +0000 (10:37 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 29 Aug 2015 14:37:38 +0000 (10:37 -0400)
GNUmakefile

index 03044dccc77b4bd0ba53d23bf6aca8cb147a732e..0b0e3b0fba848158701c3d451fa31286b1fc54ff 100644 (file)
@@ -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                                   \