From e60fe62ec144b31ad258f0865c54647ea9ed3409 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 9 May 2015 13:12:10 +0200 Subject: perl_checker cleanups --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/any.pm b/perl-install/any.pm index 099036f65..cb4d6f188 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -372,7 +372,7 @@ sub setupBootloader__mbr_or_not { } sub setupBootloader__general { - my ($in, $b, $all_hds, $fstab, $_security) = @_; + my ($in, $b, $all_hds, $_fstab, $_security) = @_; return if detect_devices::is_xbox(); my @method_choices = bootloader::method_choices($all_hds); -- cgit v1.2.1