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:
parent
1fe269d59d
commit
0463368a7b
1 changed files with 1 additions and 1 deletions
|
|
@ -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' \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue