summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-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 { '' }