summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2009-04-24 14:18:27 +0000
committerOlivier Blin <oblin@mandriva.com>2009-04-24 14:18:27 +0000
commitf6cc489d729314dffff795134fb9e944f57671e8 (patch)
tree485b91d360e1ada538f59f8fd1024ab8950eb92b
parentff327a907e34ef06c347104f9f9c7b6084c9a376 (diff)
downloaddrakx-backup-do-not-use-f6cc489d729314dffff795134fb9e944f57671e8.tar
drakx-backup-do-not-use-f6cc489d729314dffff795134fb9e944f57671e8.tar.gz
drakx-backup-do-not-use-f6cc489d729314dffff795134fb9e944f57671e8.tar.bz2
drakx-backup-do-not-use-f6cc489d729314dffff795134fb9e944f57671e8.tar.xz
drakx-backup-do-not-use-f6cc489d729314dffff795134fb9e944f57671e8.zip
remove unused parameter (again)
-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 };
}