summaryrefslogtreecommitdiffstats
path: root/urpmi
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-08-26 14:39:37 +0000
committerFrancois Pons <fpons@mandriva.com>2003-08-26 14:39:37 +0000
commit0d8ded1c64d5b47b09011a7fe36c41c2eeca2079 (patch)
tree37801e6db0502121de0a30433f4719aeab7af54a /urpmi
parenta732b8fa6a7dcbdf3568efdd11f56714b0ea4536 (diff)
downloadurpmi-0d8ded1c64d5b47b09011a7fe36c41c2eeca2079.tar
urpmi-0d8ded1c64d5b47b09011a7fe36c41c2eeca2079.tar.gz
urpmi-0d8ded1c64d5b47b09011a7fe36c41c2eeca2079.tar.bz2
urpmi-0d8ded1c64d5b47b09011a7fe36c41c2eeca2079.tar.xz
urpmi-0d8ded1c64d5b47b09011a7fe36c41c2eeca2079.zip
fixed stupid typo.
Diffstat (limited to 'urpmi')
-rwxr-xr-xurpmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi b/urpmi
index 71e393bd..819774fe 100755
--- a/urpmi
+++ b/urpmi
@@ -571,7 +571,7 @@ foreach my $set (@{$state->{transaction} || []}) {
$text = N(" %s%% completed, speed = %s",
$percent, $speed);
}
- print SAVEERR " " x (79 - length($text)) . "\r";
+ print SAVEERR $text, " " x (79 - length($text)), "\r";
} elsif ($mode eq 'end') {
print SAVEERR " " x 79, "\r";
}