diff options
author | Olivier Blin <oblin@mandriva.com> | 2009-04-24 14:18:27 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2009-04-24 14:18:27 +0000 |
commit | f6cc489d729314dffff795134fb9e944f57671e8 (patch) | |
tree | 485b91d360e1ada538f59f8fd1024ab8950eb92b /perl-install/install | |
parent | ff327a907e34ef06c347104f9f9c7b6084c9a376 (diff) | |
download | drakx-f6cc489d729314dffff795134fb9e944f57671e8.tar drakx-f6cc489d729314dffff795134fb9e944f57671e8.tar.gz drakx-f6cc489d729314dffff795134fb9e944f57671e8.tar.bz2 drakx-f6cc489d729314dffff795134fb9e944f57671e8.tar.xz drakx-f6cc489d729314dffff795134fb9e944f57671e8.zip |
remove unused parameter (again)
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/steps_auto_install.pm | 2 |
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 }; } |