diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-22 11:29:15 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-22 11:29:15 +0000 |
commit | 13ff0f7a5bc6f25bea8c85a83de230c4b1ed0afc (patch) | |
tree | d66f752ca532bbfa9f3d7bd6aa236b9058c81c71 /perl-install | |
parent | 5ccb00978c203295c4bf726a9530c8d696a9f286 (diff) | |
download | drakx-backup-do-not-use-13ff0f7a5bc6f25bea8c85a83de230c4b1ed0afc.tar drakx-backup-do-not-use-13ff0f7a5bc6f25bea8c85a83de230c4b1ed0afc.tar.gz drakx-backup-do-not-use-13ff0f7a5bc6f25bea8c85a83de230c4b1ed0afc.tar.bz2 drakx-backup-do-not-use-13ff0f7a5bc6f25bea8c85a83de230c4b1ed0afc.tar.xz drakx-backup-do-not-use-13ff0f7a5bc6f25bea8c85a83de230c4b1ed0afc.zip |
*** empty log message ***
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index cc4a93e1d..f2f9e3cd3 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -971,7 +971,7 @@ _("Some steps are not completed. Do you really want to quit now?"), 0); - install_steps::exitInstall; + install_steps::exitInstall($o); $o->exit unless $alldone; |