From 65ef27a5bdc4cb35bf1fc586a6190c34fc9cd58c Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 5 Jan 2001 15:25:08 +0000 Subject: eval insmoding ide-cd (just in case) --- 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 74dc12074..89872582f 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -634,7 +634,7 @@ sub get_that_type { sub load_ide { if (1) { #- add it back to support Ultra66 on ide modules. - load("ide-cd"); + eval { load("ide-cd"); } } else { eval { load("ide-mod", 'prereq', 'options="' . detect_devices::hasUltra66() . '"'); -- cgit v1.2.1