Fix SpawnError
1 files changed, 2 insertions(+), 2 deletions(-) M src/executor.vala
M src/executor.vala => src/executor.vala +2 -2
@@ 35,10 35,10 @@ namespace Oliver { int standard_output; int standard_error; string[] arrargs = argv.steal(); string[] arrargs = argv.steal ().copy (); debug ("working dir: %s", cwd); //debug ("command: %s", string.joinv (" ", arrargs)); debug ("command: %s", string.joinv (" ", arrargs)); Process.spawn_async_with_pipes ( cwd,