From aca7340da42597727327f42e95447ba5728e98ad Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 2 Jan 2016 14:29:19 +0100 Subject: perl_checker cleanups --- perl-install/common.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/common.pm') diff --git a/perl-install/common.pm b/perl-install/common.pm index 49e045db1..b62893a97 100644 --- a/perl-install/common.pm +++ b/perl-install/common.pm @@ -719,7 +719,7 @@ Checks if we are in mga live mode =cut -sub is_mgalive { -e "/run/mgalive" } +sub is_mgalive() { -e "/run/mgalive" } =item is_uefi() @@ -727,7 +727,7 @@ Checks if we are on an uefi system =cut -sub is_uefi { -e "/sys/firmware/efi" } +sub is_uefi() { -e "/sys/firmware/efi" } =item cmp_kernel_versions($va, $vb) -- cgit v1.2.1