From 3b9b604eb1802c5f546bd444dae32e179bbb7d20 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 16 Jan 2000 23:08:46 +0000 Subject: no_comment --- perl-install/install_steps_interactive.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index c844e5a9c..be0c64839 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -1064,7 +1064,8 @@ You may have to restart installation and give ``%s'' at the prompt", $ide)); } } - modules::load_thiskind($type, sub { $w = wait_load_module($o, $type, @_) }, $pcmcia); + eval { modules::load_thiskind($type, sub { $w = wait_load_module($o, $type, @_) }, $pcmcia) }; + $@ and $o->errorInStep($@); } #------------------------------------------------------------------------------ -- cgit v1.2.1