Ignore =... files when checking for too-long Lisp file names.
authorRichard M. Stallman <rms@gnu.org>
Sat, 29 Jun 1996 07:09:25 +0000 (07:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 29 Jun 1996 07:09:25 +0000 (07:09 +0000)
make-dist

index f75b79a..b8099d5 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -127,7 +127,7 @@ fi
 rm -f /tmp/el /tmp/elc
 
 ### Check for .el files that would overflow the 14-char limit if compiled.
-long=`find lisp -name '???????????*.el' -print`
+long=`find lisp -name '[a-zA-Z0-9]??????????*.el' -print`
 if [ "$long" != "" ]; then
   echo "The following .el file names are too long:"
   echo "$long"