diff options
-rw-r--r-- | perl-install/install_steps.pm | 2 |
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 { '' } |