summaryrefslogtreecommitdiffstats
path: root/perl-install/fsedit.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-09-22 02:20:57 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-09-22 02:20:57 +0000
commit136f099fa27fb942010fbcbd7f6b8e633d3ec6c0 (patch)
tree55592ff6508be61c87cefcff2c6434a60537ec11 /perl-install/fsedit.pm
parentf304a8d120c90ca888e1046c6d3335fac7222dfe (diff)
downloaddrakx-backup-do-not-use-136f099fa27fb942010fbcbd7f6b8e633d3ec6c0.tar
drakx-backup-do-not-use-136f099fa27fb942010fbcbd7f6b8e633d3ec6c0.tar.gz
drakx-backup-do-not-use-136f099fa27fb942010fbcbd7f6b8e633d3ec6c0.tar.bz2
drakx-backup-do-not-use-136f099fa27fb942010fbcbd7f6b8e633d3ec6c0.tar.xz
drakx-backup-do-not-use-136f099fa27fb942010fbcbd7f6b8e633d3ec6c0.zip
fix an old ugly typo
Diffstat (limited to 'perl-install/fsedit.pm')
-rw-r--r--perl-install/fsedit.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm
index 1072464c7..066de15ec 100644
--- a/perl-install/fsedit.pm
+++ b/perl-install/fsedit.pm
@@ -502,7 +502,7 @@ sub auto_allocate_vgs {
my @vgs = grep { $_->{VG_name} } @$suggestions or return 0;
- partition_table::write(@{$all_hds->{hds}});
+ partition_table::write($_) foreach @{$all_hds->{hds}};
require lvm;