diff --git a/contrib/ChangeLog b/contrib/ChangeLog index e763771b802e..28ba1631a0af 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2008-04-23 Sebastian Pop + + * patch_tester.sh (report): Do not print the time. + 2008-04-01 Joseph Myers * texi2pod.pl: Handle @samp and @url inside verbatim blocks. diff --git a/contrib/patch_tester.sh b/contrib/patch_tester.sh index 0c7488082a15..e6517ab098c5 100755 --- a/contrib/patch_tester.sh +++ b/contrib/patch_tester.sh @@ -197,7 +197,7 @@ now () { } report () { - echo "Checker: (`now`): $@" >> $REPORT + echo "Checker: $@" >> $REPORT } freport () {