* tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
perl to print the current year. Gilles Espinasse reported that
the replaced use of perl was hard-coded as /usr/bin/perl.
+2009-11-23 Jim Meyering <meyering@redhat.com>
+
+ test-update-copyright: don't hard-code /usr/bin/perl
+ * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
+ perl to print the current year. Gilles Espinasse reported that
+ the replaced use of perl was hard-coded as /usr/bin/perl.
+
2009-11-23 Bruno Haible <bruno@clisp.org>
duplocale: Add support for glibc 2.3.x.
## -------------- ##
TMP=$TMP_BASE-current-year
-YEAR=`/usr/bin/perl -e 'print [localtime]->[5] + 1900'`;
+YEAR=`date +%Y`
cat > $TMP <<EOF
'\" Copyright (C) 2006
'\" Free Software Foundation,