summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive_newt.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-04-14 13:27:51 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-04-14 13:27:51 +0000
commit5c6cc975ce1918edf4c99ca9b0f7c10ad8ba184a (patch)
tree376810fabf645798609c3895ebd996c44413be96 /perl-install/interactive_newt.pm
parentd64dbe8941f8d96e44078762b93f0fc332719a3e (diff)
downloaddrakx-backup-do-not-use-5c6cc975ce1918edf4c99ca9b0f7c10ad8ba184a.tar
drakx-backup-do-not-use-5c6cc975ce1918edf4c99ca9b0f7c10ad8ba184a.tar.gz
drakx-backup-do-not-use-5c6cc975ce1918edf4c99ca9b0f7c10ad8ba184a.tar.bz2
drakx-backup-do-not-use-5c6cc975ce1918edf4c99ca9b0f7c10ad8ba184a.tar.xz
drakx-backup-do-not-use-5c6cc975ce1918edf4c99ca9b0f7c10ad8ba184a.zip
(exit): fix the exit code
Diffstat (limited to 'perl-install/interactive_newt.pm')
-rw-r--r--perl-install/interactive_newt.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/interactive_newt.pm b/perl-install/interactive_newt.pm
index 1c63591b1..1f1f1157f 100644
--- a/perl-install/interactive_newt.pm
+++ b/perl-install/interactive_newt.pm
@@ -28,7 +28,7 @@ sub leave_console { Newt::Resume }
sub suspend { Newt::Suspend }
sub resume { Newt::Resume }
sub end() { Newt::Finished }
-sub exit() { end; exit($_[0]) }
+sub exit() { end; exit($_[1]) }
END { end() }
sub myTextbox {