summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-01-16 11:58:45 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-01-16 11:58:45 +0000
commitb1bdd08ed40de21d9242c0568f640a87f9d2392c (patch)
tree2fc5f12e21ae29c29b911605ca461f8a843758e7 /perl-install/harddrake
parentbc44fb7c8cfa1c3a237fcfa8ea62d7dd2b34f66d (diff)
downloaddrakx-b1bdd08ed40de21d9242c0568f640a87f9d2392c.tar
drakx-b1bdd08ed40de21d9242c0568f640a87f9d2392c.tar.gz
drakx-b1bdd08ed40de21d9242c0568f640a87f9d2392c.tar.bz2
drakx-b1bdd08ed40de21d9242c0568f640a87f9d2392c.tar.xz
drakx-b1bdd08ed40de21d9242c0568f640a87f9d2392c.zip
happy drakx
Diffstat (limited to 'perl-install/harddrake')
-rw-r--r--perl-install/harddrake/sound.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm
index d311ef212..953c76336 100644
--- a/perl-install/harddrake/sound.pm
+++ b/perl-install/harddrake/sound.pm
@@ -141,7 +141,7 @@ sub get_alternative {
sub explain {
require standalone;
- standalone::explanations @_ unless $::isInstall;
+ standalone::explanations(@_) unless $::isInstall;
}