From: Glenn Morris Date: Tue, 5 Jul 2022 21:50:17 +0000 (-0700) Subject: * make-dist: Fix after recent configure.ac quoting changes. X-Git-Tag: emacs-29.0.90~1447^2~1157 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0463368a7b70dfc7914e5c5577c9690f8d0c4f7c;p=emacs.git * make-dist: Fix after recent configure.ac quoting changes. --- diff --git a/make-dist b/make-dist index 67e49382d07..c1e7942d601 100755 --- a/make-dist +++ b/make-dist @@ -174,7 +174,7 @@ fi ### Find out which version of Emacs this is. version=` - sed -n 's/^AC_INIT(GNU Emacs,[ ]*\([^ ,)]*\).*/\1/p'