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