From b0d554c4155060ed665844fdf7b2a08db9bb3356 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 27 Nov 2002 20:50:12 +0000 Subject: perl_checker adaptations --- perl-install/install2.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index e8084e8ae..3025abc9f 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -342,7 +342,7 @@ sub main { $o->ask_warn('', $msg); setVirtual(1); require install_steps_auto_install; - install_steps_auto_install_non_interactive::errorInStep (); + install_steps_auto_install_non_interactive::errorInStep(); }; $ENV{PERL_BADLANG} = 1; umask 022; @@ -486,7 +486,7 @@ sub main { undef $::auto_install; } else { print "Error using auto_install\n$@\n"; - install_steps_auto_install_non_interactive::errorInStep (); + install_steps_auto_install_non_interactive::errorInStep(); } } else { log::l("auto install config file loaded successfully"); -- cgit v1.2.1