From f7e4615b047a2f8cb4657dd2c8bfdec66346d05b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 20 Apr 2000 13:18:06 +0000 Subject: no_comment --- perl-install/modules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/modules.pm') diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 3abbf53d5..f1008829b 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -579,7 +579,7 @@ sub get_pcmcia_devices($$) { sub load_ide { eval { load("ide-mod", 'prereq', 'options="' . detect_devices::hasUltra66() . '"'); - delete $conf{$name}{options}; + delete $conf{"ide-mod"}{options}; load_multi(qw(ide-probe ide-disk ide-cd)); } } -- cgit v1.2.1