From abe973e7142c7e5b8c0a585f154b2315b5d4059c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 15 Dec 2005 16:47:04 +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 42cb43aec..e88d96eec 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