0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

SERVER-59425 fix for_signature subst list for ninja generated command actions.

This commit is contained in:
Daniel Moody 2021-08-23 11:37:52 -05:00 committed by Evergreen Agent
parent 09cab4df73
commit 0f3cd5391f

View File

@ -1087,7 +1087,7 @@ def get_command(env, node, action): # pylint: disable=too-many-branches
# Generate a real CommandAction
if isinstance(action, SCons.Action.CommandGeneratorAction):
# pylint: disable=protected-access
action = action._generate(tlist, slist, sub_env, 1, executor=executor)
action = action._generate(tlist, slist, sub_env, 0, executor=executor)
variables = {}