diff options
-rw-r--r-- | perl-install/commands.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/commands.pm b/perl-install/commands.pm index f5b83aa10..36b0297e5 100644 --- a/perl-install/commands.pm +++ b/perl-install/commands.pm @@ -443,7 +443,7 @@ sub modprobe { my $name = shift; require modules; modules::load_dependencies("/modules/modules.dep"); - modules::load($name, '', @_); + modules::load([ $name, @_ ]); } sub route { |