mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-17 16:09:47 +00:00
* copyright.sh: Clarify error.
This commit is contained in:
parent
818f79f66b
commit
3e9cb5f4b2
@ -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…
x
Reference in New Issue
Block a user