diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
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); } |