OSDN Git Service

* copyright.sh: Clarify error.
authordrow <drow>
Tue, 9 Jan 2007 22:46:50 +0000 (22:46 +0000)
committerdrow <drow>
Tue, 9 Jan 2007 22:46:50 +0000 (22:46 +0000)
gdb/ChangeLog
gdb/copyright.sh

index 49ce8c9..3060ed7 100644 (file)
@@ -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
index 4678392..a2a9585 100644 (file)
@@ -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