From 804527a5c96614baac5162998d4f0ad290c59caf Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 2 May 2014 18:29:04 +0800 Subject: [PATCH] Spawn.vala --- Spawn.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spawn.vala b/Spawn.vala index a27ac374..cb7af6de 100644 --- a/Spawn.vala +++ b/Spawn.vala @@ -203,7 +203,7 @@ public class Spawn : Object if (this.cfg.debug) { - print("cd " + this.cfg.cwd +";" + string.joinv(" ", this.cfg.args)); + printf("cd %s; %s" , this.cfg.cwd , string.joinv(" ", this.cfg.args)); } Process.spawn_async_with_pipes ( -- 2.39.2