diff options
| author | Greg Noel <GregNoel@tigris.org> | 2008-09-25 05:37:41 (GMT) |
|---|---|---|
| committer | Greg Noel <GregNoel@tigris.org> | 2008-09-25 05:37:41 (GMT) |
| commit | 2bbbcad8e9e21b58b486128b969e6fdcbe592af2 (patch) | |
| tree | 1490fe1646eb436279dec28703c145bfd7eaf395 /src/engine/SCons/Environment.py | |
| parent | 30c14a0e6f6a89d0fcea40957c8af3f410a32a3e (diff) | |
| download | SCons-2bbbcad8e9e21b58b486128b969e6fdcbe592af2.zip SCons-2bbbcad8e9e21b58b486128b969e6fdcbe592af2.tar.gz SCons-2bbbcad8e9e21b58b486128b969e6fdcbe592af2.tar.bz2 | |
Change FUTURE markers to TODO(1.5) so we are all using the same style.
Diffstat (limited to 'src/engine/SCons/Environment.py')
| -rw-r--r-- | src/engine/SCons/Environment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/SCons/Environment.py b/src/engine/SCons/Environment.py index cbf0d17..affe91e 100644 --- a/src/engine/SCons/Environment.py +++ b/src/engine/SCons/Environment.py @@ -535,7 +535,7 @@ class SubstitutionEnvironment: # othewise force a shell if not SCons.Util.is_List(command): kw['shell'] = True # run constructed command - #FUTURE p = SCons.Action._subproc(self, command, **kw) + #TODO(1.5) p = SCons.Action._subproc(self, command, **kw) p = apply(SCons.Action._subproc, (self, command), kw) out,err = p.communicate() status = p.wait() |
