summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorSebastian Pop <sebastian.pop@amd.com>2008-04-23 19:00:08 +0000
committerSebastian Pop <spop@gcc.gnu.org>2008-04-23 19:00:08 +0000
commit24170ff901f836d0742d2f2806586e6714cb0dec (patch)
tree47f2aff65675f9cb6cfd6c947cb1c9e2abf3643b /contrib
parent51eed2800da645f00fb35fcee7a217090ec61f54 (diff)
patch_tester.sh (report): Do not print the time.
* patch_tester.sh (report): Do not print the time. From-SVN: r134600
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 e763771b802..28ba1631a0a 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 0c7488082a1..e6517ab098c 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 () {