summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install_steps_interactive.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 0d2d8bc78..1b193c203 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -48,7 +48,8 @@ sub kill_action {
#------------------------------------------------------------------------------
sub acceptLicense {
- any::acceptLicense($in);
+ my ($o) = @_;
+ any::acceptLicense($o);
}
sub selectLanguage {