From 393d9b3e94436994eea3ca40ac112af1eced1045 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 9 Jul 2002 10:52:35 +0000 Subject: typo fix --- perl-install/harddrake/bttv.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/harddrake/bttv.pm') 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; } } -- cgit v1.2.1