Commit f6f0420d authored by Ulf Möller's avatar Ulf Möller
Browse files

Did not check the last SDIR line for excluded algorithms.

parent cfa3747b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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/;