Mercurial > emacs
changeset 15002:0588af7eae96
(MANIFEST): Fix previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 12 Apr 1996 06:39:36 +0000 |
parents | c74ce6421d04 |
children | 11a97fb4cb84 |
files | make-dist |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/make-dist Fri Apr 12 06:07:06 1996 +0000 +++ b/make-dist Fri Apr 12 06:39:36 1996 +0000 @@ -157,7 +157,7 @@ echo "Making lisp/MANIFEST" -(cd lisp; head -1 [^=]*.el | grep '^;' | sed -e 's/;;; //' > MANIFEST) +(cd lisp; head -1 [!=]*.el | grep '^;' | sed -e 's/;;; //' > MANIFEST) echo "Creating staging directory: \`${tempparent}'"