summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorMystery Man 553 <uid553@mandriva.org>2001-02-13 11:36:45 +0000
committerMystery Man 553 <uid553@mandriva.org>2001-02-13 11:36:45 +0000
commit1e754ab1b984dd9f710e67b7b34e7ebfabb25fa5 (patch)
tree1d5bfca7ece76e8978447162026ccc20c610cdb6 /perl-install
parente3b2373e83908f9c30463e99c124320a6983226c (diff)
downloaddrakx-backup-do-not-use-1e754ab1b984dd9f710e67b7b34e7ebfabb25fa5.tar
drakx-backup-do-not-use-1e754ab1b984dd9f710e67b7b34e7ebfabb25fa5.tar.gz
drakx-backup-do-not-use-1e754ab1b984dd9f710e67b7b34e7ebfabb25fa5.tar.bz2
drakx-backup-do-not-use-1e754ab1b984dd9f710e67b7b34e7ebfabb25fa5.tar.xz
drakx-backup-do-not-use-1e754ab1b984dd9f710e67b7b34e7ebfabb25fa5.zip
(exitInstall): catch exception of output report.bug (for gc)
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
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);
}