* copyright.sh: Clarify error.
This commit is contained in:
parent
818f79f66b
commit
3e9cb5f4b2
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* copyright.sh: Clarify error.
|
||||
|
||||
2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* symtab.c (matching_bfd_sections): Fix VMA matching for
|
||||
|
|
|
@ -93,7 +93,7 @@ set -f
|
|||
|
||||
version=`$EMACS --version | sed 's/GNU Emacs \([0-9]*\)\..*/\1/; 1q'`
|
||||
if test "$version" -lt 22; then
|
||||
echo "error: $EMACS is too old; use at least an Emacs 22 snapshot." >&2
|
||||
echo "error: $EMACS is too old; use at least an Emacs 22.0.XX snapshot." >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue