aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/package_commands.py
diff options
context:
space:
mode:
authortsawada <sawada.takeo@acsy.info>2016-08-06 10:15:41 -0400
committerGitHub <noreply@github.com>2016-08-06 10:15:41 -0400
commiteba39ab98ac08f30d9b1970f2aad3175713e0d8b (patch)
treede841ab9f98bad73b27d30fe35d6f4e30422057e /python/servo/package_commands.py
parent686ca251392ffd7323693ccbe1defc89b3a36caa (diff)
downloadservo-eba39ab98ac08f30d9b1970f2aad3175713e0d8b.tar.gz
servo-eba39ab98ac08f30d9b1970f2aad3175713e0d8b.zip
Fix flag compose in runservo.sh
s/-S--pref/-S --pref/
Diffstat (limited to 'python/servo/package_commands.py')
-rw-r--r--python/servo/package_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/package_commands.py b/python/servo/package_commands.py
index 3e959399748..fd7520fb10b 100644
--- a/python/servo/package_commands.py
+++ b/python/servo/package_commands.py
@@ -229,7 +229,7 @@ class PackageCommands(CommandBase):
delete(dir_to_package + '/build/' + f)
print("Writing runservo.sh")
# TODO: deduplicate this arg list from post_build_commands
- servo_args = ['-w', '-b', '-M', '-S'
+ servo_args = ['-w', '-b', '-M', '-S',
'--pref', 'dom.mozbrowser.enabled',
'--pref', 'dom.forcetouch.enabled',
'--pref', 'shell.builtin-key-shortcuts.enabled=false',