aboutsummaryrefslogtreecommitdiffstats
path: root/make-dist
diff options
context:
space:
mode:
authorJim Blandy1992-09-13 10:54:38 +0000
committerJim Blandy1992-09-13 10:54:38 +0000
commitb7cceaf12a73559df9c2fcf135983b4c03b48061 (patch)
treede45679165e29811fe12d574dbcba2d325a1ceef /make-dist
parente4801b31ff4d1c01f79e25a2eefbd3877375386b (diff)
downloademacs-b7cceaf12a73559df9c2fcf135983b4c03b48061.tar.gz
emacs-b7cceaf12a73559df9c2fcf135983b4c03b48061.zip
*** empty log message ***
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index c450c00201f..8796f0bfe50 100755
--- a/make-dist
+++ b/make-dist
@@ -58,7 +58,7 @@ fi
58 58
59# Find out which version of Emacs this is. 59# Find out which version of Emacs this is.
60version=`grep 'defconst[ ]*emacs-version' lisp/version.el \ 60version=`grep 'defconst[ ]*emacs-version' lisp/version.el \
61 | sed -e 's/^.*"\([0-9]+\.[0-9]+\)\..*$/\1/'` 61 | sed -e 's/^.*"\([0-9][0-9]*\.[0-9][0-9]*\)\..*$/\1/'`
62if [ ! "${version}" ]; then 62if [ ! "${version}" ]; then
63 echo "${progname}: can't find current emacs version in \`./lisp/version.el'." >&2 63 echo "${progname}: can't find current emacs version in \`./lisp/version.el'." >&2
64 exit 1 64 exit 1