From 97c8e0d94cadf4a3797c266838d1805baaf9d977 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 1 Jul 2003 06:36:17 +0000 Subject: fix testing mode --- perl-install/standalone/drakxtv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.1