Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/environ.py
diff options
context:
space:
mode:
Diffstat (limited to 'devbot/environ.py')
-rw-r--r--devbot/environ.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/devbot/environ.py b/devbot/environ.py
index d18370d..d4c143c 100644
--- a/devbot/environ.py
+++ b/devbot/environ.py
@@ -21,6 +21,7 @@ def _add_path(name, path):
def _setup_variables():
_add_path("LD_LIBRARY_PATH", config.lib_dir)
_add_path("PATH", config.bin_dir)
+ _add_path("PATH", config.commands_dir)
_add_path("GIO_EXTRA_MODULES",
os.path.join(config.system_lib_dir, "gio", "modules"))