Fix for a typo I made in the build script
[koha.git] / debian / build-git-snapshot
index f34b667..cd0545a 100755 (executable)
@@ -53,7 +53,7 @@ sub sys_command_output {
 
     print "$command\n" if $debug;
     my $command_output;
-    open($command_output, "$command"," |")
+    open($command_output, "-|", "$command ")
       or die qq{Cannot execute "$command": $!"};
     return map { chomp; $_ } <$command_output>;
 }