From d3ce6c45026d776ec5fdff72f44085d42c5667bd Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 26 Nov 2002 14:27:55 +0000 Subject: perl_checker fixes --- perl-install/modules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/modules.pm') diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 8416d0190..3b30d01d8 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -231,7 +231,7 @@ sub write_conf { #- Substitute new aliases in modules.conf (if config has changed) substInFile { - my ($type,$alias,$module) = split(/\s+/, chomp_($_), 3); + my ($type, $alias, $module) = split(/\s+/, chomp_($_), 3); if ($type eq 'post-install' && $alias eq 'supermount') { #- remove the post-install supermount stuff. $_ = ''; -- cgit v1.2.1