changeset 15569:409a68abc61c

Ignore =... files when checking for too-long Lisp file names.
author Richard M. Stallman <rms@gnu.org>
date Sat, 29 Jun 1996 07:09:25 +0000
parents 30ac85981d2e
children 6ec32e968edb
files make-dist
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make-dist	Sat Jun 29 07:01:10 1996 +0000
+++ b/make-dist	Sat Jun 29 07:09:25 1996 +0000
@@ -127,7 +127,7 @@
 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"