summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-06-02 01:41:39 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-06-02 01:41:39 +0000
commite5c9364696dd1de43b51b39cd9f3792c2a50a3cf (patch)
tree72017ad1d4078774d2e1b2933c6fbf415373c775 /perl-install/install_steps.pm
parent0f1cf2981af68b9c0fcb4e220acadf79147c3b44 (diff)
downloaddrakx-backup-do-not-use-e5c9364696dd1de43b51b39cd9f3792c2a50a3cf.tar
drakx-backup-do-not-use-e5c9364696dd1de43b51b39cd9f3792c2a50a3cf.tar.gz
drakx-backup-do-not-use-e5c9364696dd1de43b51b39cd9f3792c2a50a3cf.tar.bz2
drakx-backup-do-not-use-e5c9364696dd1de43b51b39cd9f3792c2a50a3cf.tar.xz
drakx-backup-do-not-use-e5c9364696dd1de43b51b39cd9f3792c2a50a3cf.zip
make perl_checker happy
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 7749aa851..9972dfc2e 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -305,7 +305,7 @@ sub setPackages {
sub deselectFoundMedia {
my (undef, $hdlists) = @_;
- return ($hdlists, 0);
+ return $hdlists, 0;
}
sub selectSupplMedia { '' }