Browse Source

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

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Joe Perches 16 years ago
parent
commit
bdf7c685aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/get_maintainer.pl

+ 1 - 1
scripts/get_maintainer.pl

@@ -380,7 +380,7 @@ sub add_categories {
 		    $list_address = $1;
 		    $list_address = $1;
 		    $list_additional = $2;
 		    $list_additional = $2;
 		}
 		}
-		if ($list_additional =~ m/\(subscribers-only\)/) {
+		if ($list_additional =~ m/subscribers-only/) {
 		    if ($email_subscriber_list) {
 		    if ($email_subscriber_list) {
 			push(@list_to, $list_address);
 			push(@list_to, $list_address);
 		    }
 		    }