From 76f0cda177074d4887e8120d80ca5339d9daec7f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 29 Nov 2004 18:12:59 +0000 Subject: perl_checker compliance --- perl-install/bootloader.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/bootloader.pm') diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index 2010c625e..f63d6d480 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -1320,7 +1320,7 @@ sub update_for_renumbered_partitions { map_each { $sorted_hds[$1] = fs::get::device2part($::b, $all_hds->{hds}) if $::a =~ /hd(\d+)/; } %$grub2dev; - }; + } foreach (@$renumbering) { my ($old, $new) = @$_; -- cgit v1.2.1