From 280fe32ad32ae5d45cbc8ebd4a4903bf0861afbf Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 27 Feb 2013 17:47:37 +0000 Subject: typo fix --- 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 2c7abf830..7c372da27 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -2009,7 +2009,7 @@ sub install_grub2 { my ($bootloader, $all_hds) = @_; my $error; write_grub2($bootloader, $all_hds); - my $boot = $bootloader->{boot} + my $boot = $bootloader->{boot}; # if (member($boot, map { "/dev/$_->{device}" } @{$all_hds->{hds}}) { if ($boot =~ /\d$/) { run_program::rooted($::prefix, 'grub2-install', '2>', \$error, '--grub-setup=/bin/true', $boot) or die "grub2-install failed: $error"; -- cgit v1.2.1