Big update of Clearadm
[clearscm.git] / lib / Utils.pm
index eddef3a..8aabcaa 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) {