summaryrefslogtreecommitdiffstats
path: root/perl-install/pkgs.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-08-21 09:31:56 +0000
committerFrancois Pons <fpons@mandriva.com>2003-08-21 09:31:56 +0000
commit2645892cec8b60eb32d23d22e71679ece63ea6ef (patch)
tree942b540fe0dde81caf8ea9e264e5e46a92f73047 /perl-install/pkgs.pm
parent49dc49c2aa3add023418a43e592479bc26d3857e (diff)
downloaddrakx-2645892cec8b60eb32d23d22e71679ece63ea6ef.tar
drakx-2645892cec8b60eb32d23d22e71679ece63ea6ef.tar.gz
drakx-2645892cec8b60eb32d23d22e71679ece63ea6ef.tar.bz2
drakx-2645892cec8b60eb32d23d22e71679ece63ea6ef.tar.xz
drakx-2645892cec8b60eb32d23d22e71679ece63ea6ef.zip
fixed next key block not taken into accound.
Diffstat (limited to 'perl-install/pkgs.pm')
-rw-r--r--perl-install/pkgs.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm
index 4756e3d26..4faeb8131 100644
--- a/perl-install/pkgs.pm
+++ b/perl-install/pkgs.pm
@@ -423,6 +423,7 @@ sub psUsingHdlist {
if ($inside_block =~ /E/) {
push @{$m->{pubkey}}, { block => $block, content => $content };
$block = $content = '';
+ next;
}
#- now compute content (for finding the right key).
chomp;