diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-03-28 12:39:37 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-03-28 12:39:37 +0000 |
commit | 1044a5a6322936b33b070918b564e669db758aec (patch) | |
tree | e46207721c0e90636b8cbeebd12cec49019b9b21 /perl-install/install_steps.pm | |
parent | ad54afb58edb8157c696adfbd89def9146c4b53d (diff) | |
download | drakx-1044a5a6322936b33b070918b564e669db758aec.tar drakx-1044a5a6322936b33b070918b564e669db758aec.tar.gz drakx-1044a5a6322936b33b070918b564e669db758aec.tar.bz2 drakx-1044a5a6322936b33b070918b564e669db758aec.tar.xz drakx-1044a5a6322936b33b070918b564e669db758aec.zip |
add fstab in the log
Diffstat (limited to 'perl-install/install_steps.pm')
-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 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); } |