Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
762d80d1
Commit
762d80d1
authored
Jun 27, 1997
by
Richard M. Stallman
Browse files
(lisp): Don't process subdirs that start with =.
parent
f298f0d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
make-dist
make-dist
+1
-1
No files found.
make-dist
View file @
762d80d1
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment