Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-16 08:59:58 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-16 08:59:58 (GMT)
commitc01ef66b7db0c983a296660b9b0f631d4921b6a6 (patch)
tree17452300c2002fbc78497c569b1d7cc68390f43b /commands
parentc7be363ef34d1228ad3d1d1aeba4911fbde1242f (diff)
Actually allow to run commands in the shell
Diffstat (limited to 'commands')
-rw-r--r--commands/common.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/common.py b/commands/common.py
index 1aff0c5..563783f 100644
--- a/commands/common.py
+++ b/commands/common.py
@@ -13,3 +13,4 @@ def setup():
config.set_install_dir(os.path.join(base_path, "install"))
config.set_source_dir(os.path.join(base_path, "source"))
config.set_build_dir(os.path.join(base_path, "build"))
+ config.set_commands_dir(os.path.join(base_path, "commands"))