summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-xscripts/runqemu2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index 6e1f073ed2..24c4a40b50 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -1375,7 +1375,7 @@ class BaseConfig(object):
1375 elif "-display sdl" in output: 1375 elif "-display sdl" in output:
1376 self.sdl = True 1376 self.sdl = True
1377 else: 1377 else:
1378 self.qemu_opt += '-display none' 1378 self.qemu_opt += ' -display none'
1379 1379
1380 if self.sdl == True or self.gtk == True or self.egl_headless == True: 1380 if self.sdl == True or self.gtk == True or self.egl_headless == True:
1381 1381