summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/standalone.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm
index df4082cb9..e3b7d29e0 100644
--- a/perl-install/standalone.pm
+++ b/perl-install/standalone.pm
@@ -231,7 +231,7 @@ sub check_kernel_module_packages {
$result = [ keys(%select), if_($ext_name, $ext_name) ];
}
}
- return undef;
+ return $result;
}
sub what_provides {