From d6738638c11365350cb7721763dcd470fbf8b7b6 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sun, 21 Jan 2007 11:51:33 +0000 Subject: Get framework/activities installation back --- (limited to 'sugar-jhbuild') diff --git a/sugar-jhbuild b/sugar-jhbuild index aecca99..828cff8 100755 --- a/sugar-jhbuild +++ b/sugar-jhbuild @@ -9,14 +9,17 @@ sys.path.append(os.path.join(base_dir, 'build-scripts', 'jhbuild')) import jhbuild.commands from config import Config +import bundlemodule config = Config(base_dir) +args = [] +command = 'build' + +if len(sys.argv) > 0: + command = sys.argv[1] + if len(sys.argv) > 1: - command = sys.argv[1] args = sys.argv[2:] -else: - command = 'build' - args = sys.argv[1:] jhbuild.commands.run(command, config, args) -- cgit v0.9.1