From 3d4a81091aa6fb1a8eddac301762390620970de5 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 15 Dec 2005 16:46:29 +0000 Subject: (acceptLicense) introduce a wrapper around any::acceptLicense() --- perl-install/install_steps_interactive.pm | 5 +++++ 1 file changed, 5 insertions(+) (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 78898b8a9..0d2d8bc78 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -46,6 +46,11 @@ sub kill_action { #- Steps Functions #-###################################################################################### #------------------------------------------------------------------------------ + +sub acceptLicense { + any::acceptLicense($in); +} + sub selectLanguage { my ($o) = @_; -- cgit v1.2.1