X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=lib%2FUtils.pm;h=8aabcaabbad59f97e1bd3d6c3ac6aac48eccbe76;hb=a70e80a6af6e31d56b120348bc8bc23cdd6543f5;hp=eddef3aa1995f32a581bf0bd913f0d0e5909875a;hpb=bdb1e0c845a6921e22d52fbff3404d5c1dfae520;p=clearscm.git diff --git a/lib/Utils.pm b/lib/Utils.pm index eddef3a..8aabcaa 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) {