diff options
Diffstat (limited to 'contrib/patch_tester.sh')
-rwxr-xr-x | contrib/patch_tester.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/patch_tester.sh b/contrib/patch_tester.sh index e6517ab098c..83f3322ee7d 100755 --- a/contrib/patch_tester.sh +++ b/contrib/patch_tester.sh @@ -197,7 +197,7 @@ now () { } report () { - echo "Checker: $@" >> $REPORT + echo "$@" >> $REPORT } freport () { |