diff options
author | Francois Pons <fpons@mandriva.com> | 2000-02-09 18:43:02 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-02-09 18:43:02 +0000 |
commit | da93dce60a01e338efbea41e3e2134d9c1e03fe2 (patch) | |
tree | dffec5e81b21d82f20ba5ee35e4a6a3c79a0d63f /perl-install/install_steps.pm | |
parent | 0d2d453524cd5bdd97f0ecdc83955f7f2c26bc6e (diff) | |
download | drakx-da93dce60a01e338efbea41e3e2134d9c1e03fe2.tar drakx-da93dce60a01e338efbea41e3e2134d9c1e03fe2.tar.gz drakx-da93dce60a01e338efbea41e3e2134d9c1e03fe2.tar.bz2 drakx-da93dce60a01e338efbea41e3e2134d9c1e03fe2.tar.xz drakx-da93dce60a01e338efbea41e3e2134d9c1e03fe2.zip |
*** empty log message ***
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 777b24205..15cc11b37 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -74,7 +74,7 @@ Continue at your own risk."), $@ ]) if $@; } } -sub errorInStep($$) { print "error :(\n"; exit 1 } +sub errorInStep($$) { print "error :(\n"; c::_exit(1) } sub kill_action {} sub set_help { 1 } |