summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakxtv
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-07-01 06:36:17 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-07-01 06:36:17 +0000
commit97c8e0d94cadf4a3797c266838d1805baaf9d977 (patch)
tree84622ca457d79844717f92b573cc4022030d7e8c /perl-install/standalone/drakxtv
parent0223eb3396b6263114670c4e5013c523abe04fa2 (diff)
downloaddrakx-backup-do-not-use-97c8e0d94cadf4a3797c266838d1805baaf9d977.tar
drakx-backup-do-not-use-97c8e0d94cadf4a3797c266838d1805baaf9d977.tar.gz
drakx-backup-do-not-use-97c8e0d94cadf4a3797c266838d1805baaf9d977.tar.bz2
drakx-backup-do-not-use-97c8e0d94cadf4a3797c266838d1805baaf9d977.tar.xz
drakx-backup-do-not-use-97c8e0d94cadf4a3797c266838d1805baaf9d977.zip
fix testing mode
Diffstat (limited to 'perl-install/standalone/drakxtv')
-rwxr-xr-xperl-install/standalone/drakxtv2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakxtv b/perl-install/standalone/drakxtv
index ce9908811..03f626dca 100755
--- a/perl-install/standalone/drakxtv
+++ b/perl-install/standalone/drakxtv
@@ -129,7 +129,7 @@ You can install it by typing \"urpmi xawtv\" as root, in a console.")));
}
my @devices = grep { $_->{media_type} eq 'MULTIMEDIA_VIDEO' || $_->{driver} eq 'usbvision' } detect_devices::probeall(1);
-push @devices, { driver => 'bttv', description => 'dummy' } if $::testingv && !@devices;
+push @devices, { driver => 'bttv', description => 'dummy' } if $::testing && !@devices;
if (@devices) {
# TODO: That need some work for multiples TV cards
foreach (@devices) {