diff make-dist @ 18468:369c696228a6

(lisp): Don't process subdirs that start with =.
author Richard M. Stallman <rms@gnu.org>
date Fri, 27 Jun 1997 09:41:50 +0000
parents 6f263a83b071
children 614b4d642525
line wrap: on
line diff
--- 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