summaryrefslogtreecommitdiffstats
path: root/perl-install/detect_devices.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-09-06 14:42:37 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-09-06 14:42:37 +0000
commitd60215ea271cf171dd6292529a4c459e9148d883 (patch)
treea69cc8ab6149a70d583c354511ed749e0d83cecb /perl-install/detect_devices.pm
parentcc85e855ad2d11bddbabc9e0a4d4e41df5ff6cc7 (diff)
downloaddrakx-backup-do-not-use-d60215ea271cf171dd6292529a4c459e9148d883.tar
drakx-backup-do-not-use-d60215ea271cf171dd6292529a4c459e9148d883.tar.gz
drakx-backup-do-not-use-d60215ea271cf171dd6292529a4c459e9148d883.tar.bz2
drakx-backup-do-not-use-d60215ea271cf171dd6292529a4c459e9148d883.tar.xz
drakx-backup-do-not-use-d60215ea271cf171dd6292529a4c459e9148d883.zip
no_comment
Diffstat (limited to 'perl-install/detect_devices.pm')
-rw-r--r--perl-install/detect_devices.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm
index 41a603a50..adc701a81 100644
--- a/perl-install/detect_devices.pm
+++ b/perl-install/detect_devices.pm
@@ -203,7 +203,7 @@ sub matching_desc {
grep { $_->{description} =~ /$regexp/i } probeall();
}
sub stringlist {
- map { " $_->{description} ($_->{type} $_->{driver})" } probeall(1);
+ map { " $_->{description} ($_->{type} $_->{driver})" } probeall(1, @_);
}
sub check {
my ($l) = @_;