提交 bdf7c685 编写于 作者: J Joe Perches 提交者: Linus Torvalds

scripts/get_maintainer.pl: better fix for subscriber-only mailing lists

Signed-off-by: NJoe Perches <joe@perches.com>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 290603c1
......@@ -380,7 +380,7 @@ sub add_categories {
$list_address = $1;
$list_additional = $2;
}
if ($list_additional =~ m/\(subscribers-only\)/) {
if ($list_additional =~ m/subscribers-only/) {
if ($email_subscriber_list) {
push(@list_to, $list_address);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册