mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
find_missing_manpages: Ignore make variables.
This commit is contained in:
parent
90b1a94cb4
commit
104c3df6cf
@ -20,6 +20,7 @@ while(<IN>) {
|
||||
}
|
||||
|
||||
$progs =~ s/@([^@]+)@//g;
|
||||
$progs =~ s/\$\(.*?\)//g;
|
||||
|
||||
foreach(split(/bin\//, $progs)) {
|
||||
next if($_ eq " ");
|
||||
|
Loading…
x
Reference in New Issue
Block a user