diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-02-02 13:19:18 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-02-02 13:19:18 +0000 |
commit | 5cbf1d0899b3233058682cfa301358a69bc48762 (patch) | |
tree | fa61b3ff0304bf0b0e58f4726e7c3794a1c8be19 /perl-install/install_interactive.pm | |
parent | b141dd78aa3498f8f492e678ed80355a1c5e9103 (diff) | |
download | drakx-5cbf1d0899b3233058682cfa301358a69bc48762.tar drakx-5cbf1d0899b3233058682cfa301358a69bc48762.tar.gz drakx-5cbf1d0899b3233058682cfa301358a69bc48762.tar.bz2 drakx-5cbf1d0899b3233058682cfa301358a69bc48762.tar.xz drakx-5cbf1d0899b3233058682cfa301358a69bc48762.zip |
please perl_checker
Diffstat (limited to 'perl-install/install_interactive.pm')
-rw-r--r-- | perl-install/install_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_interactive.pm b/perl-install/install_interactive.pm index 31cc0e1f0..e6982da16 100644 --- a/perl-install/install_interactive.pm +++ b/perl-install/install_interactive.pm @@ -154,7 +154,7 @@ sub partitionWizardSolutions { $@ and die N("The FAT resizer is unable to handle your partition, the following error occured: %s", $@); my $min_win = do { - my $w = $o->wait_message(N("Resizing"), N("Computing the size of the Windows partition")); + my $_w = $o->wait_message(N("Resizing"), N("Computing the size of the Windows partition")); $resize_fat->min_size; }; #- make sure that even after normalizing the size to cylinder boundaries, the minimun will be saved, |