summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-05-09 13:12:10 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-05-09 13:15:34 +0200
commite60fe62ec144b31ad258f0865c54647ea9ed3409 (patch)
tree8350ccea76032640e29158d298db11ee1489bf2e
parent0064fcd4c294a762089dd3588587fc8ffabf6057 (diff)
downloaddrakx-e60fe62ec144b31ad258f0865c54647ea9ed3409.tar
drakx-e60fe62ec144b31ad258f0865c54647ea9ed3409.tar.gz
drakx-e60fe62ec144b31ad258f0865c54647ea9ed3409.tar.bz2
drakx-e60fe62ec144b31ad258f0865c54647ea9ed3409.tar.xz
drakx-e60fe62ec144b31ad258f0865c54647ea9ed3409.zip
perl_checker cleanups
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
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);