]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
testsuite: fix a minor glitch.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 1 Sep 2009 22:52:38 +0000 (00:52 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 6 Sep 2009 10:55:18 +0000 (12:55 +0200)
* tests/defs.in (exit trap): Use `$me', not `$as_me', as the
name of the current test (used in error messages).
* THANKS: Update.

ChangeLog
THANKS
tests/defs.in

index 4b10297c9c6fbff7a96cca7b38ab60372f9a4b22..4e6b03c33e0bb6c16096c9aec9e60a147418176f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-09-06  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
+
+       testsuite: fix a minor glitch.
+       * tests/defs.in (exit trap): Use `$me', not `$as_me', as the
+       name of the current test (used in error messages).
+       * THANKS: Update.
+
 2009-07-08  Jim Meyering  <meyering@redhat.com>
 
        manual: fix a trivial grammar error.
diff --git a/THANKS b/THANKS
index 852f244355fc693d053b30548df251e2340c8a28..7b8664a23009731b5723608559bc80123aad67b8 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -314,6 +314,7 @@ Shigio Yamaguchi    shigio@tamacom.com
 Simon Josefsson                jas@extundo.com
 Simon Richter          sjr@debian.org
 Stefan Nordhausen      nordhaus@informatik.hu-berlin.de
+Stefano Lattarini      stefano.lattarini@gmail.com
 Stepan Kasal           kasal@math.cas.cz
 Steve M. Robbins       steve@nyongwa.montreal.qc.ca
 Steven G. Johnson      stevenj@alum.mit.edu
index d1366f15b265e07a32316dca662ce7e6e1458967..61182b6a25b57f64f9d2251ba4007a88cd12a530 100644 (file)
@@ -265,8 +265,8 @@ if test "$sh_errexit_works" = yes; then
       ;;
     esac
     test "$signal" != 0 &&
-      echo "$as_me: caught signal $signal"
-    echo "$as_me: exit $exit_status"
+      echo "$me: caught signal $signal"
+    echo "$me: exit $exit_status"
     exit $exit_status
   ' 0
   for signal in 1 2 13 15; do