# HG changeset patch # User Richard M. Stallman # Date 867404510 0 # Node ID 369c696228a659f35499af35a6c0b1ceffe4a4b3 # Parent 6f263a83b0714c714c1418c908a9a81924c39935 (lisp): Don't process subdirs that start with =. diff -r 6f263a83b071 -r 369c696228a6 make-dist --- a/make-dist Fri Jun 27 09:37:27 1997 +0000 +++ b/make-dist Fri Jun 27 09:41:50 1997 +0000 @@ -267,7 +267,7 @@ ## 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