summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 c69c91a07..3267adedb 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -822,7 +822,7 @@ sub miscellaneous {
#------------------------------------------------------------------------------
sub exitInstall {
my ($o) = @_;
- eval { output "$o->{prefix}/root/report.bug", commands::report_bug($o->{prefix}) };
+ eval { output "$o->{prefix}/root/report.bug", install_any::report_bug($o->{prefix}) };
install_any::unlockCdrom;
install_any::log_sizes($o);
}