From f6cc489d729314dffff795134fb9e944f57671e8 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 24 Apr 2009 14:18:27 +0000 Subject: remove unused parameter (again) --- perl-install/install/steps_auto_install.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; } -- cgit v1.2.1