aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ChangeLog4
-rwxr-xr-xcontrib/patch_tester.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index e763771..28ba163 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-23 Sebastian Pop <sebastian.pop@amd.com>
+
+ * patch_tester.sh (report): Do not print the time.
+
2008-04-01 Joseph Myers <joseph@codesourcery.com>
* texi2pod.pl: Handle @samp and @url inside verbatim blocks.
diff --git a/contrib/patch_tester.sh b/contrib/patch_tester.sh
index 0c74880..e6517ab 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 () {