diff options
| author | Jim Blandy | 1992-09-13 10:54:38 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-09-13 10:54:38 +0000 |
| commit | b7cceaf12a73559df9c2fcf135983b4c03b48061 (patch) | |
| tree | de45679165e29811fe12d574dbcba2d325a1ceef /make-dist | |
| parent | e4801b31ff4d1c01f79e25a2eefbd3877375386b (diff) | |
| download | emacs-b7cceaf12a73559df9c2fcf135983b4c03b48061.tar.gz emacs-b7cceaf12a73559df9c2fcf135983b4c03b48061.zip | |
*** empty log message ***
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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. |
| 60 | version=`grep 'defconst[ ]*emacs-version' lisp/version.el \ | 60 | version=`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/'` |
| 62 | if [ ! "${version}" ]; then | 62 | if [ ! "${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 |