tests: fix usage message in 'mktempd_'
[gnulib.git] / ChangeLog
index 5e21745..bebe05b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
+2011-06-07  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       tests: fix usage message in 'mktempd_'
+       * tests/init.sh (mktempd_): In the usage message, use literal
+       'mktempd_', not '$ME' (which is even undefined), as the name of
+       the subroutine.
+
 2011-06-06  Eric Blake  <eblake@redhat.com>
 
+       canonicalize-lgpl: use common idiom
+       * m4/canonicalize.m4 (gl_FUNC_REALPATH_WORKS): Prefer older rm -rf
+       over newer POSIX -Rf.
+       Reported by Bruno Haible.
+
        canonicalize-lgpl: work around AIX realpath bug
        * m4/canonicalize.m4 (gl_FUNC_REALPATH_WORKS): Expose AIX bug.
        * doc/posix-functions/realpath.texi (realpath): Document it.