diff make-dist @ 1112:1dba066c1e0a

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Sun, 13 Sep 1992 10:54:38 +0000
parents d8d503897aa5
children 313f56268d18
line wrap: on
line diff
--- a/make-dist	Sun Sep 13 10:43:05 1992 +0000
+++ b/make-dist	Sun Sep 13 10:54:38 1992 +0000
@@ -58,7 +58,7 @@
 
 # Find out which version of Emacs this is.
 version=`grep 'defconst[	 ]*emacs-version' lisp/version.el \
-	 | sed -e 's/^.*"\([0-9]+\.[0-9]+\)\..*$/\1/'`
+	 | sed -e 's/^.*"\([0-9][0-9]*\.[0-9][0-9]*\)\..*$/\1/'`
 if [ ! "${version}" ]; then
   echo "${progname}: can't find current emacs version in \`./lisp/version.el'." >&2
   exit 1