diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-03-02 23:03:53 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-03-02 23:03:53 +0000 |
commit | ca30149eca5c7153676f70f8546736646a4343b9 (patch) | |
tree | 7c5737606030474e7896c6ec32e810291afa7847 | |
parent | e69de06e27e53541a79d54876890962d5bdf905f (diff) | |
download | drakx-ca30149eca5c7153676f70f8546736646a4343b9.tar drakx-ca30149eca5c7153676f70f8546736646a4343b9.tar.gz drakx-ca30149eca5c7153676f70f8546736646a4343b9.tar.bz2 drakx-ca30149eca5c7153676f70f8546736646a4343b9.tar.xz drakx-ca30149eca5c7153676f70f8546736646a4343b9.zip |
fix typo
-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 d360c55cc..70977c227 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -125,7 +125,7 @@ sub getIDE() { } sub getCompaqSmartArray() { - my @idi; + my (@idi, $f); foreach ('array/ida', 'cciss/cciss') { my $prefix = "/proc/driver/$_"; #- kernel 2.4 places it here |