From 8917fcdc217bdc7186a3041c5bb98788b0b192f2 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 9 Jul 2008 21:50:33 +0000 Subject: factorize (see previous commit on parallel.pm) --- urpm/parallel_ssh.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'urpm') diff --git a/urpm/parallel_ssh.pm b/urpm/parallel_ssh.pm index eb060ab1..24e3865b 100644 --- a/urpm/parallel_ssh.pm +++ b/urpm/parallel_ssh.pm @@ -127,7 +127,6 @@ sub parallel_resolve_dependencies { open my $fh, "$command |" or $urpm->{fatal}(1, "Can't fork ssh: $!"); while (my $s = <$fh>) { - chomp $s; urpm::parallel::parse_urpmq_output($urpm, $state, $node, $s, \$cont, \%chosen, %options); } close $fh or $urpm->{fatal}(1, N("host %s does not have a good version of urpmi (%d)", $node, $? >> 8)); -- cgit v1.2.1