X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=lib%2FUtils.pm;h=acebce5074f634f4608c90ddd4b8e64fdc60083c;hb=f587b6ad9db3e9e77313b84426649f6dcb9dae99;hp=a21d996ea1ae7cd00d50bb6c566838cfa1bb191c;hpb=b7aaa136bd4ad909325b0e5da59daa607233ae27;p=clearscm.git 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) {