summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install/steps_auto_install.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps_auto_install.pm b/perl-install/install/steps_auto_install.pm
index b1e9a4771..d4b39e720 100644
--- a/perl-install/install/steps_auto_install.pm
+++ b/perl-install/install/steps_auto_install.pm
@@ -131,7 +131,7 @@ sub errorInStep {
#- Steps Functions
#-######################################################################################
sub installPackages {
- my ($o, $packages) = @_;
+ my ($o) = @_;
catch_cdie { $o->install::steps::installPackages } sub { print formatError($@), "\n"; 1 };
}