summaryrefslogtreecommitdiffstats
path: root/perl-install/install_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-02-02 13:19:18 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-02-02 13:19:18 +0000
commit5cbf1d0899b3233058682cfa301358a69bc48762 (patch)
treefa61b3ff0304bf0b0e58f4726e7c3794a1c8be19 /perl-install/install_interactive.pm
parentb141dd78aa3498f8f492e678ed80355a1c5e9103 (diff)
downloaddrakx-backup-do-not-use-5cbf1d0899b3233058682cfa301358a69bc48762.tar
drakx-backup-do-not-use-5cbf1d0899b3233058682cfa301358a69bc48762.tar.gz
drakx-backup-do-not-use-5cbf1d0899b3233058682cfa301358a69bc48762.tar.bz2
drakx-backup-do-not-use-5cbf1d0899b3233058682cfa301358a69bc48762.tar.xz
drakx-backup-do-not-use-5cbf1d0899b3233058682cfa301358a69bc48762.zip
please perl_checker
Diffstat (limited to 'perl-install/install_interactive.pm')
-rw-r--r--perl-install/install_interactive.pm2
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,