X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=lib%2FUtils.pm;h=8aabcaabbad59f97e1bd3d6c3ac6aac48eccbe76;hb=0c802537ec02d6cfea4c41b3138535c09a319489;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) {