diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/standalone.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index 0fde47682..077bbba19 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -31,7 +31,7 @@ sub install { } sub what_provides { - my ($o, $name) = @; + my ($o, $name) = @_; my ($what) = split '\n', `urpmq '$name' 2>/dev/null`; split '\|', $what; } |