diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-01-19 04:51:33 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-01-19 04:51:33 +0000 |
commit | 8e8821f1ce8ab75f7a0c6b1e062dad8597555757 (patch) | |
tree | 79d8c45e6ad2fbb765c2db236ccd117084f38ce8 /perl-install/raid.pm | |
parent | eafea7ff4a332077845ddc64b421b1895618c931 (diff) | |
download | drakx-backup-do-not-use-8e8821f1ce8ab75f7a0c6b1e062dad8597555757.tar drakx-backup-do-not-use-8e8821f1ce8ab75f7a0c6b1e062dad8597555757.tar.gz drakx-backup-do-not-use-8e8821f1ce8ab75f7a0c6b1e062dad8597555757.tar.bz2 drakx-backup-do-not-use-8e8821f1ce8ab75f7a0c6b1e062dad8597555757.tar.xz drakx-backup-do-not-use-8e8821f1ce8ab75f7a0c6b1e062dad8597555757.zip |
no_comment
Diffstat (limited to 'perl-install/raid.pm')
-rw-r--r-- | perl-install/raid.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/raid.pm b/perl-install/raid.pm index 2c762c025..b59b2002b 100644 --- a/perl-install/raid.pm +++ b/perl-install/raid.pm @@ -133,7 +133,7 @@ sub make { sub format_part($$) { my ($raid, $part) = @_; make($raid->{raid}, $part) if is($part); - fs::format_part($part, $_->{toFormatCheck} ? "-c" : ()); + fs::format_part($part, $part->{toFormatCheck} ? "-c" : ()); if (is($part)) { $_->{isFormatted} = 1 foreach @{$part->{disks}}; } |