summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/bootloader.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm
index 9e7516658..1c78bd628 100644
--- a/perl-install/bootloader.pm
+++ b/perl-install/bootloader.pm
@@ -275,7 +275,7 @@ Read back GRUB2 config + C</boot/grub2/drakboot.conf>
=cut
-sub read_grub2 {
+sub read_grub2() {
my %bootloader = getVarsFromSh("$::prefix/boot/grub2/drakboot.conf");
my %h = getVarsFromSh("$::prefix/etc/default/grub");
$bootloader{timeout} = $h{GRUB_TIMEOUT};