summaryrefslogtreecommitdiffstats
path: root/urpm/parallel.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm/parallel.pm')
-rw-r--r--urpm/parallel.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/urpm/parallel.pm b/urpm/parallel.pm
index 809a9391..f9030698 100644
--- a/urpm/parallel.pm
+++ b/urpm/parallel.pm
@@ -132,6 +132,8 @@ sub parse_urpme_output {
sub parse_urpmq_output {
my ($urpm, $state, $node, $s, $cont, $chosen, %options) = @_;
+ chomp $s;
+
if (my ($action, $what) = $s =~ /^\@([^\@]*)\@(.*)/) {
if ($action eq 'removing') {
$state->{rejected}{$what}{removed} = 1;