From 6c41a169c4c78f98807e0a55cde0cb9ea17fd247 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 12 Oct 1999 11:28:03 +0000 Subject: *** empty log message *** --- perl-install/detect_devices.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install') diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index 1320c778d..6f831bfcf 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -109,8 +109,7 @@ sub getIDE() { my $num = ord (($d =~ /(.)$/)[0]) - ord 'a'; push @idi, { type => $type, device => basename($d), info => $info, bus => $num/2, id => $num%2 }; } - #- test for zip - push @idi, { type => 'hd', device => 'hde', info => 'ZIP 100', bus => '1', id => 1 } if $::testing; + #- push @idi, { type => 'hd', device => 'hde', info => 'ZIP 100', bus => '1', id => 1 } if $::testing; @idi; } -- cgit v1.2.1