OSDN Git Service

2008-05-08 Sebastian Pop <sebastian.pop@amd.com>
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 May 2008 15:14:47 +0000 (15:14 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 May 2008 15:14:47 +0000 (15:14 +0000)
* patch_tester.sh (report): Do not print "Checker: ".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135083 138bc75d-0d04-0410-961f-82ee72b054a4

contrib/ChangeLog
contrib/patch_tester.sh

index 28ba163..5669ce2 100644 (file)
@@ -1,3 +1,7 @@
+2008-05-08  Sebastian Pop  <sebastian.pop@amd.com>
+
+       * patch_tester.sh (report): Do not print "Checker: ".
+
 2008-04-23  Sebastian Pop  <sebastian.pop@amd.com>
 
        * patch_tester.sh (report): Do not print the time.
index e6517ab..83f3322 100755 (executable)
@@ -197,7 +197,7 @@ now () {
 }
 
 report () {
-    echo "Checker: $@" >> $REPORT
+    echo "$@" >> $REPORT
 }
 
 freport () {