summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/terminal.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oe/terminal.py')
-rw-r--r--meta/lib/oe/terminal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/terminal.py b/meta/lib/oe/terminal.py
index 1efc06d08e..634daa9033 100644
--- a/meta/lib/oe/terminal.py
+++ b/meta/lib/oe/terminal.py
@@ -83,7 +83,7 @@ class Terminology(XTerminal):
83 priority = 2 83 priority = 2
84 84
85class Konsole(XTerminal): 85class Konsole(XTerminal):
86 command = 'konsole --nofork -p tabtitle="{title}" -e {command}' 86 command = 'konsole --nofork --workdir . -p tabtitle="{title}" -e {command}'
87 priority = 2 87 priority = 2
88 88
89 def __init__(self, sh_cmd, title=None, env=None, d=None): 89 def __init__(self, sh_cmd, title=None, env=None, d=None):