summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmake-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index 401d7462fa4..19082f2968c 100755
--- a/make-dist
+++ b/make-dist
@@ -157,7 +157,7 @@ src/emacs -batch -f batch-update-autoloads lisp
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}'"