From da75db97ac25ff64a03d38304de9c9706e093c10 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 11 Jan 2014 11:21:52 +0100 Subject: perl_checker cleanup: kill unneeded parentheses --- perl-install/fsedit.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm index eb02df5a5..67dfdbb01 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -40,7 +40,7 @@ use fs; ], ); foreach (values %suggestions) { - if (arch() =~ /ia64|x86_64/ && (-e "/sys/firmware/efi")) { + if (arch() =~ /ia64|x86_64/ && -e "/sys/firmware/efi") { @$_ = ({ mntpoint => "/boot/EFI", size => MB(100), pt_type => 0xef, ratio => 1, maxsize => MB(500) }, @$_); } } -- cgit v1.2.1