summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-07-09 10:52:35 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-07-09 10:52:35 +0000
commit393d9b3e94436994eea3ca40ac112af1eced1045 (patch)
tree7093afdfdd3318780abd395784dcfbdccd487550
parent14f63039b1a003a02bafc4127c8a9c7c4d2aeb56 (diff)
downloaddrakx-393d9b3e94436994eea3ca40ac112af1eced1045.tar
drakx-393d9b3e94436994eea3ca40ac112af1eced1045.tar.gz
drakx-393d9b3e94436994eea3ca40ac112af1eced1045.tar.bz2
drakx-393d9b3e94436994eea3ca40ac112af1eced1045.tar.xz
drakx-393d9b3e94436994eea3ca40ac112af1eced1045.zip
typo fix
-rw-r--r--perl-install/harddrake/bttv.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/bttv.pm b/perl-install/harddrake/bttv.pm
index c941e6101..c18cf705e 100644
--- a/perl-install/harddrake/bttv.pm
+++ b/perl-install/harddrake/bttv.pm
@@ -205,7 +205,7 @@ If your card is misdetected, you can force the right tuner and card types here.
'radio=' . ($conf{radio} ? 1 : 0) . ' '.
join(' ', map { if_($conf{$_} ne -1, "$_=$conf{$_}") } qw(card pll tuner gbuffers));
log::l("[harddrake::bttv] $options");
- standalone::explanations("modified file /etc/modules.conf ($options)"); $::isStandalone;
+ standalone::explanations("modified file /etc/modules.conf ($options)") if $::isStandalone;
modules::set_options("bttv", $options) if $options;
}
}