* tests/defs.in (exit trap): Use `$me', not `$as_me', as the
name of the current test (used in error messages).
* THANKS: Update.
+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.
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
;;
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