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