]> git.eshelyaron.com Git - emacs.git/commitdiff
* make-dist: Improve no-byte-compile check.
authorGlenn Morris <rgm@gnu.org>
Fri, 14 Dec 2018 20:41:17 +0000 (15:41 -0500)
committerGlenn Morris <rgm@gnu.org>
Fri, 14 Dec 2018 20:41:17 +0000 (15:41 -0500)
make-dist

index 7c7668b066ff99d096e2ae57ec70eebd55687d9f..926665b8f0adfdf78b2c2620af54c5b3e4fc74eb 100755 (executable)
--- 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