diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-02-14 11:29:00 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-02-14 11:29:00 +0000 |
commit | 247d2293ac7dbd102521284095616fc7c52bfb03 (patch) | |
tree | 3636335391a0f7d854750f17482a3aca1988fcfa | |
parent | 2b5c33d603e465d9545d03228d5fe79b4085e267 (diff) | |
download | urpmi-247d2293ac7dbd102521284095616fc7c52bfb03.tar urpmi-247d2293ac7dbd102521284095616fc7c52bfb03.tar.gz urpmi-247d2293ac7dbd102521284095616fc7c52bfb03.tar.bz2 urpmi-247d2293ac7dbd102521284095616fc7c52bfb03.tar.xz urpmi-247d2293ac7dbd102521284095616fc7c52bfb03.zip |
Remove a spurious newline
-rw-r--r-- | urpme | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |