From 53b5abee1210a87a0004573a9dd7d7e3dfbe05ea Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 22 Jan 2001 12:19:45 +0000 Subject: $::beginner is deprecated, replaced by !$::expert --- perl-install/partition_table.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/partition_table.pm') diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm index 2bf49a649..c8a377bda 100644 --- a/perl-install/partition_table.pm +++ b/perl-install/partition_table.pm @@ -196,7 +196,7 @@ my %fs2type = reverse %type2fs; sub important_types { my @l = $::expert ? sort values %types : - (@important_types, $::beginner ? () : @important_types2); + (@important_types, if_($::expert, @important_types2)); difference2(\@l, \@bad_types); } -- cgit v1.2.1