Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsugar-jhbuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sugar-jhbuild b/sugar-jhbuild
index e4bfed2..b609760 100755
--- a/sugar-jhbuild
+++ b/sugar-jhbuild
@@ -22,6 +22,9 @@ if len(sys.argv) > 0:
command = sys.argv[1]
if len(sys.argv) > 1:
- args = sys.argv[2:]
+ args = sys.argv[2:]
+
+if command == 'run' and len(args) == 0:
+ args.append('sugar-emulator')
jhbuild.commands.run(command, config, args)