From d14fa1e8dbb5c7263e07dd513fa9d5c8f00e8fba Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 11 May 2004 12:09:17 +0000 Subject: fix ugly typo (thanks to perl_checker) --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 960681702..896d60641 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -522,7 +522,7 @@ sub chooseGroups { while (1) { if ($available_size < 140) { # too small to choose anything. Defaulting to no group chosen - $val{$_} = 0 foreach %val; + $val{$_} = 0 foreach keys %val; last; } -- cgit v1.2.1