emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 760b091 2/2: * make-dist: Improve no-byte-compile c


From: Glenn Morris
Subject: [Emacs-diffs] master 760b091 2/2: * make-dist: Improve no-byte-compile check.
Date: Fri, 14 Dec 2018 15:41:25 -0500 (EST)

branch: master
commit 760b091ac5c6e8e49ebbf7c080f500cfad2e1579
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * make-dist: Improve no-byte-compile check.
---
 make-dist | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make-dist b/make-dist
index 7c7668b..926665b 100755
--- a/make-dist
+++ b/make-dist
@@ -266,7 +266,7 @@ if [ $check = yes ]; then
 
   bogosities=
   for file in $losers; do
-    grep -q "no-byte-compile: t" $file && continue
+    grep -q "^;.*no-byte-compile: t" $file && continue
     case $file in
       site-init.el | site-load.el | site-start.el | default.el) continue ;;
     esac



reply via email to

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