summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 9bda3efdc7..a1daa2bed6 100644
--- a/meta/lib/oe/terminal.py
+++ b/meta/lib/oe/terminal.py
@@ -55,7 +55,7 @@ class XTerminal(Terminal):
55 raise UnsupportedTerminal(self.name) 55 raise UnsupportedTerminal(self.name)
56 56
57class Gnome(XTerminal): 57class Gnome(XTerminal):
58 command = 'gnome-terminal -t "{title}" -x {command}' 58 command = 'gnome-terminal -t "{title}" -- {command}'
59 priority = 2 59 priority = 2
60 60
61 def __init__(self, sh_cmd, title=None, env=None, d=None): 61 def __init__(self, sh_cmd, title=None, env=None, d=None):