From 1e754ab1b984dd9f710e67b7b34e7ebfabb25fa5 Mon Sep 17 00:00:00 2001 From: Mystery Man 553 Date: Tue, 13 Feb 2001 11:36:45 +0000 Subject: (exitInstall): catch exception of output report.bug (for gc) --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 26c55950e..9075931f8 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -803,7 +803,7 @@ sub generateAutoInstFloppy($) { #------------------------------------------------------------------------------ sub exitInstall { my ($o) = @_; - output "$o->{prefix}/root/report.bug", commands::report_bug(); + eval { output "$o->{prefix}/root/report.bug", commands::report_bug() }; install_any::unlockCdrom; install_any::log_sizes($o); } -- cgit v1.2.1