mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
Filter substitution variables out of list of undocumented applications.
This commit is contained in:
parent
90c9e0aec4
commit
6e48495ee7
@ -19,6 +19,8 @@ while(<IN>) {
|
||||
} else { $invar = 0; }
|
||||
}
|
||||
|
||||
$progs =~ s/@([^@]+)@//g;
|
||||
|
||||
foreach(split(/bin\//, $progs)) {
|
||||
next if($_ eq " ");
|
||||
s/\@EXEEXT\@//g;
|
||||
|
Loading…
Reference in New Issue
Block a user