From: Richard M. Stallman Date: Fri, 27 Jun 1997 09:41:50 +0000 (+0000) Subject: (lisp): Don't process subdirs that start with =. X-Git-Tag: emacs-20.1~1478 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=762d80d12280738231cb58fc11eac6aec2272034;p=emacs.git (lisp): Don't process subdirs that start with =. --- diff --git a/make-dist b/make-dist index ebcd4baff7b..fcba8c061ef 100755 --- a/make-dist +++ b/make-dist @@ -267,7 +267,7 @@ echo "Making links to \`lisp' and its subdirectories" ## Find all subdirs of lisp dir for file in `find . -type d -print`; do case $file in - . | .. | */Old | */RCS) + . | .. | */Old | */RCS | */=*) ;; *) if [ -d $file ]; then