From d59fe345e4852b22d7a4b1f64c938aa3b42fbb5e Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 8 Feb 2001 16:16:41 +0000 Subject: fixed problem for updating hdlist after going back to partition step. --- perl-install/pkgs.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index a9af7f72d..e2365d45a 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -336,8 +336,7 @@ sub psUpdateHdlistsDeps { #- parse hdlist.list file. my $medium = 1; - local $_; - while (<$listf>) { + foreach (<$listf>) { chomp; s/\s*#.*$//; /^\s*$/ and next; -- cgit v1.2.1