diff options
-rw-r--r-- | perl-install/pkgs.pm | 1 |
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; |