diff options
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/drakxtv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakxtv b/perl-install/standalone/drakxtv index b3bbe8e93..2a7b5a33c 100755 --- a/perl-install/standalone/drakxtv +++ b/perl-install/standalone/drakxtv @@ -133,7 +133,7 @@ if (@devices = @$devices) { $modules_conf->write; } scan4channels() if $not_canceled; - } @devices + } @devices; } # handle TV cards that do not require any driver configuration: |