aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcommandrunner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/commandrunner.py b/commandrunner.py
index 8530bb4..1d5defb 100755
--- a/commandrunner.py
+++ b/commandrunner.py
@@ -23,7 +23,7 @@ def run_command(source_dir, build_dir, subdir, command, arguments):
env = {'MESON_SOURCE_ROOT' : source_dir,
'MESON_BUILD_ROOT' : build_dir,
'MESON_SUBDIR' : subdir
- }
+ }
cwd = os.path.join(source_dir, subdir)
child_env = os.environ.copy()
child_env.update(env)