summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-11-26 14:27:55 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-11-26 14:27:55 +0000
commitd3ce6c45026d776ec5fdff72f44085d42c5667bd (patch)
treeff966a8c6faaab569050631e0b2438875fe1cc1b /perl-install/modules.pm
parent993edba07a80cd2ad444c4019c5308a02db2e55f (diff)
downloaddrakx-backup-do-not-use-d3ce6c45026d776ec5fdff72f44085d42c5667bd.tar
drakx-backup-do-not-use-d3ce6c45026d776ec5fdff72f44085d42c5667bd.tar.gz
drakx-backup-do-not-use-d3ce6c45026d776ec5fdff72f44085d42c5667bd.tar.bz2
drakx-backup-do-not-use-d3ce6c45026d776ec5fdff72f44085d42c5667bd.tar.xz
drakx-backup-do-not-use-d3ce6c45026d776ec5fdff72f44085d42c5667bd.zip
perl_checker fixes
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r--perl-install/modules.pm2
1 files changed, 1 insertions, 1 deletions
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.
$_ = '';