mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
SERVER-45005 Correct an indentation bug causing an undefined reference
This commit is contained in:
parent
661e817b9c
commit
b541f873fe
@ -952,9 +952,9 @@ class NinjaEternalTempFile(SCons.Platform.TempFileMunge):
|
||||
prefix = env.subst('$TEMPFILEPREFIX')
|
||||
if not prefix:
|
||||
prefix = '@'
|
||||
new_cmdlist = [cmd[0], prefix + cmd[-1]]
|
||||
setattr(node.attributes, 'tempfile_cmdlist', new_cmdlist)
|
||||
|
||||
new_cmdlist = [cmd[0], prefix + cmd[-1]]
|
||||
setattr(node.attributes, 'tempfile_cmdlist', new_cmdlist)
|
||||
return new_cmdlist
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user