From 9183f717571c853aa63d0d97df92a0ac80af6e77 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 25 Mar 2015 19:56:58 +0100 Subject: perl_checker cleanup --- perl-install/partition_table/gpt.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/partition_table/gpt.pm b/perl-install/partition_table/gpt.pm index 9f3093395..e59e96184 100644 --- a/perl-install/partition_table/gpt.pm +++ b/perl-install/partition_table/gpt.pm @@ -146,7 +146,7 @@ sub write { c::set_partition_flag($hd->{file}, $part_number, 'ESP') or die "failed to set type for $part->{file} on $part->{mntpoint}"; } - } elsif ($action eq 'del' and !$partitions_killed) { + } elsif ($action eq 'del' && !$partitions_killed) { c::disk_del_partition($hd->{file}, $part_number) or die "failed to del partition #$part_number on $hd->{file}"; } } -- cgit v1.2.1