From baa29963dde07354dbdd4d7bb17388d17a7f43a4 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 21 Jan 2003 11:34:26 +0000 Subject: don't prompt for license when useless_thing_accepted (this used to be done in install_steps_interactive::acceptLicense) --- perl-install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 2558fc39d..851b9fe1b 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -92,7 +92,7 @@ sub selectLanguage { sub acceptLicense { my ($_clicked, $_ent_number, $auto) = @_; - installStepsCall($o, $auto, 'acceptLicense'); + installStepsCall($o, $auto, 'acceptLicense') if !$o->{useless_thing_accepted}; } #------------------------------------------------------------------------------ -- cgit v1.2.1