diff options
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 } |