diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-01-09 22:46:50 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-01-09 22:46:50 +0000 |
commit | 3e9cb5f4b2410bf5b0e0659dbeb532f08c2963de (patch) | |
tree | dfa8695763053c839dade737bde922e6b6f74c33 | |
parent | 818f79f66bf25893345147c0a573ac855fcc9cf3 (diff) | |
download | gdb-3e9cb5f4b2410bf5b0e0659dbeb532f08c2963de.zip gdb-3e9cb5f4b2410bf5b0e0659dbeb532f08c2963de.tar.gz gdb-3e9cb5f4b2410bf5b0e0659dbeb532f08c2963de.tar.bz2 |
* copyright.sh: Clarify error.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/copyright.sh | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 49ce8c9..3060ed7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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 diff --git a/gdb/copyright.sh b/gdb/copyright.sh index 4678392..a2a9585 100644 --- a/gdb/copyright.sh +++ b/gdb/copyright.sh @@ -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 |