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

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

[elpa] elpa-admin c8efad2 096/357: Fix up copyrights and the checking co


From: Stefan Monnier
Subject: [elpa] elpa-admin c8efad2 096/357: Fix up copyrights and the checking code
Date: Thu, 10 Dec 2020 18:06:23 -0500 (EST)

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

    Fix up copyrights and the checking code
---
 GNUmakefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/GNUmakefile b/GNUmakefile
index 1067e4c..cc06e48 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -13,8 +13,8 @@ CR_EXCEPTIONS=copyright_exceptions
 .PHONY: check_copyrights
 check_copyrights:
        @echo "Compute exceptions >$(CR_EXCEPTIONS)~"
-       @(cd packages;                                                  \
-       export LANG=C;                                                  \
+       @export LANG=C;                                                 \
+       (cd packages;                                                   \
        find . -name '*.el' -print0 |                                   \
            xargs -0 grep -L 'Free Software Foundation, Inc' |          \
            grep -v '\(\.dir-locals\|.-\(pkg\|autoloads\)\)\.el$$';     \



reply via email to

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