From e5c9364696dd1de43b51b39cd9f3792c2a50a3cf Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 2 Jun 2005 01:41:39 +0000 Subject: make perl_checker happy --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') 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 { '' } -- cgit v1.2.1