diff --git a/run b/run index 66f82ac..de688e9 100755 --- a/run +++ b/run @@ -748,7 +748,7 @@ Extra options to append at the end of the emulator command line. os.path.join(self.env['root_dir'], 'tmux-split'), "sleep 2;{} {}".format(tmux_cmd, tmux_args) ] - self.log_info(tmux_cmd) + self.log_info(self.sh.cmd_to_string(tmux_cmd)) subprocess.Popen(tmux_cmd) cmd.extend(extra_emulator_args) cmd.extend(self.env['extra_emulator_args'])