diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-06 14:42:37 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-06 14:42:37 +0000 |
commit | d60215ea271cf171dd6292529a4c459e9148d883 (patch) | |
tree | a69cc8ab6149a70d583c354511ed749e0d83cecb /perl-install/detect_devices.pm | |
parent | cc85e855ad2d11bddbabc9e0a4d4e41df5ff6cc7 (diff) | |
download | drakx-d60215ea271cf171dd6292529a4c459e9148d883.tar drakx-d60215ea271cf171dd6292529a4c459e9148d883.tar.gz drakx-d60215ea271cf171dd6292529a4c459e9148d883.tar.bz2 drakx-d60215ea271cf171dd6292529a4c459e9148d883.tar.xz drakx-d60215ea271cf171dd6292529a4c459e9148d883.zip |
no_comment
Diffstat (limited to 'perl-install/detect_devices.pm')
-rw-r--r-- | perl-install/detect_devices.pm | 2 |
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) = @_; |