1
0
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:
Jelmer Vernooij 2009-05-01 04:38:19 +02:00
parent 90c9e0aec4
commit 6e48495ee7

View File

@ -19,6 +19,8 @@ while(<IN>) {
} else { $invar = 0; }
}
$progs =~ s/@([^@]+)@//g;
foreach(split(/bin\//, $progs)) {
next if($_ eq " ");
s/\@EXEEXT\@//g;