diff options
Diffstat (limited to 'meta/lib/oe/terminal.py')
-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 a89fa45691..0426e15834 100644 --- a/meta/lib/oe/terminal.py +++ b/meta/lib/oe/terminal.py | |||
@@ -196,7 +196,7 @@ class Custom(Terminal): | |||
196 | priority = 3 | 196 | priority = 3 |
197 | 197 | ||
198 | def __init__(self, sh_cmd, title=None, env=None, d=None): | 198 | def __init__(self, sh_cmd, title=None, env=None, d=None): |
199 | self.command = d and d.getVar('OE_TERMINAL_CUSTOMCMD', True) | 199 | self.command = d and d.getVar('OE_TERMINAL_CUSTOMCMD') |
200 | if self.command: | 200 | if self.command: |
201 | if not '{command}' in self.command: | 201 | if not '{command}' in self.command: |
202 | self.command += ' {command}' | 202 | self.command += ' {command}' |