Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/main.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/main.py b/scripts/main.py
index 44e27fb..4f3d1f8 100644
--- a/scripts/main.py
+++ b/scripts/main.py
@@ -131,6 +131,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: