From: andrew Date: Fri, 17 Jul 2015 18:57:04 +0000 (-0700) Subject: Fixed bug in PipeOutputArray X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;h=758be15a0797ed5700ffb7315902c1197266e3ff;p=clearscm.git Fixed bug in PipeOutputArray --- diff --git a/lib/Utils.pm b/lib/Utils.pm index a21d996..acebce5 100644 --- a/lib/Utils.pm +++ b/lib/Utils.pm @@ -529,7 +529,7 @@ Returns: =cut - open my $pipe, '|', $to + open my $pipe, '|-', $to or error "Unable to open pipe - $!", 1; foreach (@output) {