This commit is contained in:
Ralf Corsepius
2010-04-06 04:04:01 +00:00
parent da9518a2f5
commit b2e0ac6197

View File

@@ -77,11 +77,6 @@ foreach ( split(/,/,join(',',@languages)) ){
$langs{$_} = 1;
}
my @condstack ;
my @actionstack ;
push @condstack,'<>';
my @npatterns = (
"(\"%\{_prefix\}\" (!=|==) \"/usr\")",
@@ -121,6 +116,11 @@ if ( $verbose > 1 ) {
my @buffer0 = <> ;
my @buffer2 ;
my @condstack ;
@condstack = ();
push @condstack,'<>';
foreach (@buffer0)
{
chomp $_;