mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
LICENSE: adjust script to properly read man pages
This commit is contained in:
parent
e38d58ae88
commit
8ff6b2ba31
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ sub process_file
|
|||
for my $line ( @lines ) {
|
||||
my $copy = $line;
|
||||
next if $line !~ s/copyright\s+\(c\)\s+//i;
|
||||
$line =~ s/^[\*\\#\s]+//g;
|
||||
$line =~ s/^[."\*\\#\s]+//g;
|
||||
$line =~ s/[\.\s]+$//g;
|
||||
$line =~ s/Inc$/Inc./;
|
||||
$line =~ s/B\.V$/B.V./;
|
||||
|
|
|
|||
Loading…
Reference in a new issue