From ffa0418d2f24e5d8a30968fad21c3f78422f6c6e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 8 Sep 2010 04:05:24 +0000 Subject: [PATCH] Prepend @condstack to @buffer4 lines. --- contrib/crossrpms/specstrip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/crossrpms/specstrip b/contrib/crossrpms/specstrip index 19d2158f21..feda29636c 100755 --- a/contrib/crossrpms/specstrip +++ b/contrib/crossrpms/specstrip @@ -223,7 +223,7 @@ foreach my $line ( @buffer3 ) } elsif ( $condstack[$#condstack] =~ m/$/ ) { # print STDERR "ENDIF: FALSE\n"; } else { - push @buffer4, "%endif\n"; + push @buffer4, "@condstack:$line\n"; } # print STDERR "POP: $line\n"; pop @condstack;