diff options
Diffstat (limited to 'scripts/get_maintainer.pl')
-rwxr-xr-x | scripts/get_maintainer.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/get_maintainer.pl b/scripts/get_maintainer.pl index e54f72f6c341..4cd83fae87ca 100755 --- a/scripts/get_maintainer.pl +++ b/scripts/get_maintainer.pl | |||
@@ -381,8 +381,10 @@ foreach my $file (@files) { | |||
381 | $line =~ s/\\\./\./g; ##Convert \. to . | 381 | $line =~ s/\\\./\./g; ##Convert \. to . |
382 | $line =~ s/\.\*/\*/g; ##Convert .* to * | 382 | $line =~ s/\.\*/\*/g; ##Convert .* to * |
383 | } | 383 | } |
384 | $line =~ s/^([A-Z]):/$1:\t/g; | ||
384 | print("$line\n"); | 385 | print("$line\n"); |
385 | } | 386 | } |
387 | print("\n"); | ||
386 | } | 388 | } |
387 | } | 389 | } |
388 | 390 | ||