[tools] master update
tmraz at fedoraproject.org
tmraz at fedoraproject.org
Wed Nov 18 16:15:34 UTC 2020
The branch master has been updated
via dbd9a8a187e3ab8c59e41f957ba1135c364d231c (commit)
from a14edd05a9d088aea1e377e665da25b71a799e24 (commit)
- Log -----------------------------------------------------------------
commit dbd9a8a187e3ab8c59e41f957ba1135c364d231c
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date: Wed Nov 18 16:48:48 2020 +0100
Fix regression from latest addrev change
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/tools/pull/76)
-----------------------------------------------------------------------
Summary of changes:
review-tools/addrev | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/review-tools/addrev b/review-tools/addrev
index 5221500..473ad46 100755
--- a/review-tools/addrev
+++ b/review-tools/addrev
@@ -16,7 +16,7 @@ my $my_email;
foreach (@ARGV) {
if (/^\@.+$/) {
$args .= "--reviewer=$_ ";
- } elsif (/^[-\w]+$/) {
+ } elsif (/^\w[-\w]+$/) {
if (/^[0-9a-f]{7,}+/) {
print "Warning: overriding previous filter args $filterargs\n" if $filterargs ne "";
$filterargs = $_;
More information about the openssl-commits
mailing list