From aa21fa117215d7ee7747417090041a1138f95421 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 27 Jun 1997 09:41:50 +0000 Subject: (lisp): Don't process subdirs that start with =. --- make-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make-dist') 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 -- cgit v1.2.1