From 4810d691da4227fe3b04ba402dd70cbdfb48d254 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 21 Sep 2000 10:56:58 +0000 Subject: no_comment --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 6a2a27791..e142d4c47 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -291,7 +291,7 @@ sub choosePartitionsToFormat($$) { $o->ask_many_from_list_ref('', _("Choose the partitions you want to format"), [ map { $label{$_} } @l ], - [ map { \$toFormat{$_} } @l ]) or die "cancel"; + [ map { \$toFormat{$_} } @l ]) or die "already displayed"; #- ok now we can really set toFormat $_->{toFormat} = $toFormat{$_} foreach @l; -- cgit v1.2.1