Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sjhbuild/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'sjhbuild/main.py')
-rw-r--r--sjhbuild/main.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/sjhbuild/main.py b/sjhbuild/main.py
index 3ee71bb..3fa1bb1 100644
--- a/sjhbuild/main.py
+++ b/sjhbuild/main.py
@@ -130,6 +130,9 @@ def main(base_dir, args):
command = args[0]
args = args[1:]
+ if command == 'run' and len(args) == 0:
+ args.append('sugar-emulator')
+
warn_local_modulesets(config)
try: