From 7d36a63bcbd7e69e471a4a120cda43471703bc13 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 8 Jan 2003 16:48:13 +0000 Subject: removed perl_checker warning. --- 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 48aa1ddd6..a1b69edba 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -275,7 +275,7 @@ sub createBootdisk { #------------------------------------------------------------------------------ sub setupBootloader { - my ($clicked, $ent_number, $auto) = @_; + my ($_clicked, $ent_number, $auto) = @_; return if $::g_auto_install || $::uml_install; modules::write_conf($o->{prefix}); @@ -292,7 +292,7 @@ sub setupBootloader { } #------------------------------------------------------------------------------ sub configureX { - my ($clicked, $_ent_number, $auto) = @_; + my ($_clicked, $_ent_number, $auto) = @_; #- done here and also at the end of install2.pm, just in case... install_any::write_fstab($o); -- cgit v1.2.1