OSDN Git Service

* patch_tester.sh (report): Do not print the time.
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Apr 2008 19:00:08 +0000 (19:00 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Apr 2008 19:00:08 +0000 (19:00 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@134600 138bc75d-0d04-0410-961f-82ee72b054a4

contrib/ChangeLog
contrib/patch_tester.sh

index e763771..28ba163 100644 (file)
@@ -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.
index 0c74880..e6517ab 100755 (executable)
@@ -197,7 +197,7 @@ now () {
 }
 
 report () {
-    echo "Checker: (`now`): $@" >> $REPORT
+    echo "Checker: $@" >> $REPORT
 }
 
 freport () {