From f23c72f2f22a4a6778498ed8bbeed1ac8776ff69 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 9 Jul 2008 21:54:55 +0000 Subject: not needed anymore to read char by char --- 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 c2d40786..1ad5c9b3 100644 --- a/urpm/parallel_ssh.pm +++ b/urpm/parallel_ssh.pm @@ -170,7 +170,6 @@ sub parallel_install { foreach my $node (keys %{$parallel->{nodes}}) { my $fh = _ssh_urpm($urpm, $node, 'urpmi', "--no-verify-rpm --auto " . _nolock($node) . "--synthesis $parallel->{synthesis} $line"); - local $/ = \1; while (my $s = <$fh>) { print $s; } -- cgit v1.2.1