From a1ce1d6bee080a34c5563c9485bf8e509dea7078 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 6 May 2005 07:37:24 +0000 Subject: Add missing brace --- perl-install/install2.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index fe5eccf14..3bcde1464 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -145,6 +145,7 @@ sub selectInstallClass { @{$o->{orderedSteps}} = uniq(map { $_ eq 'selectInstallClass' ? ($_, 'doPartitionDisks', 'formatPartitions') : $_; } @{$o->{orderedSteps}}); + } } #------------------------------------------------------------------------------ -- cgit v1.2.1