summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-03-03 16:03:16 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-03-03 16:03:16 +0000
commitb1cb301e47219bbc24133b9aa0d4d4bb19c9642f (patch)
tree3e8e2e5c93e900f92a3859f38ecdf3521210720c /perl-install/install_any.pm
parentdcaffff668e66be0958f276f2b3f141c503caa9a (diff)
downloaddrakx-backup-do-not-use-b1cb301e47219bbc24133b9aa0d4d4bb19c9642f.tar
drakx-backup-do-not-use-b1cb301e47219bbc24133b9aa0d4d4bb19c9642f.tar.gz
drakx-backup-do-not-use-b1cb301e47219bbc24133b9aa0d4d4bb19c9642f.tar.bz2
drakx-backup-do-not-use-b1cb301e47219bbc24133b9aa0d4d4bb19c9642f.tar.xz
drakx-backup-do-not-use-b1cb301e47219bbc24133b9aa0d4d4bb19c9642f.zip
perl_checker fixes
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 69a2b553a..8b540c9ba 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -645,7 +645,6 @@ Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when done.",
if (!$pid && defined $pid) { #- child
my ($wait_w, $wait_message) = fs::format::wait_message($o); #- nb, this is only called when interactive
$wait_message->(N("Copying in progress"));
- my $du = 0;
#- from commands.pm. TODO: factorize, possibly in MDK::Common.
my $f; $f = sub {
my ($e) = @_;