summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/modules.pm2
1 files changed, 1 insertions, 1 deletions
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() . '"');