Updates from work
[clearscm.git] / lib / Utils.pm
index 8aabcaa..eddef3a 100644 (file)
@@ -578,7 +578,7 @@ Returns:
 
 =cut
 
-  open my $pipe, '|', $to 
+  open my $pipe, '|-', $to
     or error "Unable to open pipe - $!", 1;
 
   foreach (@output) {