From 1044a5a6322936b33b070918b564e669db758aec Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 28 Mar 2001 12:39:37 +0000 Subject: add fstab in the log --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 0c65acf03..041371321 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -819,7 +819,7 @@ sub miscellaneous { #------------------------------------------------------------------------------ sub exitInstall { my ($o) = @_; - eval { output "$o->{prefix}/root/report.bug", commands::report_bug() }; + eval { output "$o->{prefix}/root/report.bug", commands::report_bug($o->{prefix}) }; install_any::unlockCdrom; install_any::log_sizes($o); } -- cgit v1.2.1