From 74b0fad8f11455f79c142baf95fa0ebb8ce86c62 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 19 Jun 2015 10:28:41 +0300 Subject: commandrunner: fix bad-continuation Signed-off-by: Igor Gnatenko --- commandrunner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commandrunner.py') 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) -- cgit v1.1