summaryrefslogtreecommitdiffstats
path: root/urpme
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-02-14 11:29:00 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-02-14 11:29:00 +0000
commit247d2293ac7dbd102521284095616fc7c52bfb03 (patch)
tree3636335391a0f7d854750f17482a3aca1988fcfa /urpme
parent2b5c33d603e465d9545d03228d5fe79b4085e267 (diff)
downloadurpmi-247d2293ac7dbd102521284095616fc7c52bfb03.tar
urpmi-247d2293ac7dbd102521284095616fc7c52bfb03.tar.gz
urpmi-247d2293ac7dbd102521284095616fc7c52bfb03.tar.bz2
urpmi-247d2293ac7dbd102521284095616fc7c52bfb03.tar.xz
urpmi-247d2293ac7dbd102521284095616fc7c52bfb03.zip
Remove a spurious newline
Diffstat (limited to 'urpme')
-rw-r--r--urpme2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpme b/urpme
index 16c249d5..ce70409b 100644
--- a/urpme
+++ b/urpme
@@ -126,7 +126,7 @@ if ($test && $auto) {
}
#- Warning : the following message is parsed in urpm::parallel_*
-print "\n" . N("removing %s", join(' ', sort @toremove)) . "\n";
+print N("removing %s", join(' ', sort @toremove)) . "\n";
@l = $parallel
? $urpm->parallel_remove(
\@toremove,