diff options
Diffstat (limited to 'meta/lib/oe')
-rw-r--r-- | meta/lib/oe/terminal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/terminal.py b/meta/lib/oe/terminal.py index aecf4e89d0..66197a88dd 100644 --- a/meta/lib/oe/terminal.py +++ b/meta/lib/oe/terminal.py | |||
@@ -108,7 +108,7 @@ class Screen(Terminal): | |||
108 | class TmuxRunning(Terminal): | 108 | class TmuxRunning(Terminal): |
109 | """Open a new pane in the current running tmux window""" | 109 | """Open a new pane in the current running tmux window""" |
110 | name = 'tmux-running' | 110 | name = 'tmux-running' |
111 | command = 'tmux split-window {command}' | 111 | command = 'tmux split-window "{command}"' |
112 | priority = 2.75 | 112 | priority = 2.75 |
113 | 113 | ||
114 | def __init__(self, sh_cmd, title=None, env=None, d=None): | 114 | def __init__(self, sh_cmd, title=None, env=None, d=None): |