From 73c851144720e28b21a491b6250385170db9d752 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 24 Apr 2003 19:00:12 +0000 Subject: perl_checker adaptations + fixes --- perl-install/install_steps.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 4d0b362c7..6de423d50 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -78,7 +78,11 @@ Continue at your own risk."), formatError($@) ]) if $@; } } -sub errorInStep($$) { print "error :(\n"; c::_exit(1) } +sub errorInStep { + my ($_o, $_err) = @_; + print "error :(\n"; + c::_exit(1); +} sub kill_action {} #-###################################################################################### -- cgit v1.2.1