X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=lib%2FUtils.pm;h=eddef3aa1995f32a581bf0bd913f0d0e5909875a;hb=bdb1e0c845a6921e22d52fbff3404d5c1dfae520;hp=8aabcaabbad59f97e1bd3d6c3ac6aac48eccbe76;hpb=f0f576efaf276a513338c6303070740a23fea5ab;p=clearscm.git diff --git a/lib/Utils.pm b/lib/Utils.pm index 8aabcaa..eddef3a 100644 --- a/lib/Utils.pm +++ b/lib/Utils.pm @@ -578,7 +578,7 @@ Returns: =cut - open my $pipe, '|', $to + open my $pipe, '|-', $to or error "Unable to open pipe - $!", 1; foreach (@output) {