From da93dce60a01e338efbea41e3e2134d9c1e03fe2 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 9 Feb 2000 18:43:02 +0000 Subject: *** empty log message *** --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') 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 } -- cgit v1.2.1