1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-23 22:20:24 -08:00

* make-dist: Fix after recent configure.ac quoting changes.

This commit is contained in:
Glenn Morris 2022-07-05 14:50:17 -07:00
parent 1fe269d59d
commit 0463368a7b

View file

@ -174,7 +174,7 @@ fi
### Find out which version of Emacs this is. ### Find out which version of Emacs this is.
version=` version=`
sed -n 's/^AC_INIT(GNU Emacs,[ ]*\([^ ,)]*\).*/\1/p' <configure.ac sed -n 's/^AC_INIT(\[GNU Emacs],[ ]*\[\([^ ,)]*\)].*/\1/p' <configure.ac
` || version= ` || version=
if [ ! "${version}" ]; then if [ ! "${version}" ]; then
printf '%s\n' \ printf '%s\n' \