summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-06-27 09:41:50 +0000
committerRichard M. Stallman <rms@gnu.org>1997-06-27 09:41:50 +0000
commitaa21fa117215d7ee7747417090041a1138f95421 (patch)
tree7aedd87ecdd289ebfbd9cd2181780610bb97dd79 /make-dist
parent54ee2536c497bbfa5aed2f5fba13b3a7234ae7e0 (diff)
downloademacs-aa21fa117215d7ee7747417090041a1138f95421.tar.gz
(lisp): Don't process subdirs that start with =.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist2
1 files changed, 1 insertions, 1 deletions
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