Did not check the last SDIR line for excluded algorithms.
This commit is contained in:
parent
cfa3747ba9
commit
f6f0420dfe
1 changed files with 1 additions and 1 deletions
|
@ -509,13 +509,13 @@ while (<IN>)
|
|||
{
|
||||
chop;
|
||||
$sdirs = 1 if /^SDIRS=/;
|
||||
$sdirs = 0 unless /\\$/;
|
||||
if ($sdirs) {
|
||||
my $dir;
|
||||
foreach $dir (@skip) {
|
||||
s/$dir//;
|
||||
}
|
||||
}
|
||||
$sdirs = 0 unless /\\$/;
|
||||
s/^VERSION=.*/VERSION=$version/;
|
||||
s/^MAJOR=.*/MAJOR=$major/;
|
||||
s/^MINOR=.*/MINOR=$minor/;
|
||||
|
|
Loading…
Reference in a new issue