summaryrefslogtreecommitdiffstats
path: root/perl-install/detect_devices.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-02-27 23:11:58 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-02-27 23:11:58 +0000
commitf6554921cc1fb07c60a290233871d5aa56725dd3 (patch)
tree01a70272cc1ce20aa838ba450689133bbb43033b /perl-install/detect_devices.pm
parenta4b844e4c4ef101c4a79e4831a36f0ff51bd1f32 (diff)
downloaddrakx-backup-do-not-use-f6554921cc1fb07c60a290233871d5aa56725dd3.tar
drakx-backup-do-not-use-f6554921cc1fb07c60a290233871d5aa56725dd3.tar.gz
drakx-backup-do-not-use-f6554921cc1fb07c60a290233871d5aa56725dd3.tar.bz2
drakx-backup-do-not-use-f6554921cc1fb07c60a290233871d5aa56725dd3.tar.xz
drakx-backup-do-not-use-f6554921cc1fb07c60a290233871d5aa56725dd3.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 84b74d2e0..29269cbbd 100644
--- a/perl-install/detect_devices.pm
+++ b/perl-install/detect_devices.pm
@@ -41,7 +41,7 @@ sub cdroms() {
my $nb = $modules::scsi; #- this is gross!
foreach (getIDEBurners()) {
my ($e) = grep { $_->{device} eq $_ } @l or next;
- $e->{device} = "scd" . ($nb++ || '');
+ $e->{device} = "scd" . $nb++;
}
@l;
}