Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sjhbuild
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@marcopg.org>2009-01-22 20:02:53 (GMT)
committer Marco Pesenti Gritti <marco@marcopg.org>2009-01-22 20:02:53 (GMT)
commitd1a07b31e493a5e415b35a3cf49ad6993164090a (patch)
treead4e6bfe908565dec5b27b90b7ca8f0af5f21496 /sjhbuild
parent7ae0ffa26b50aec7b4d40561e18e38bee4e65c37 (diff)
Remove duplicate scripts. Really get run with no args back to work.
Diffstat (limited to 'sjhbuild')
-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: