Fix Command() when not called through an Environment.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 2 Apr 2004 03:49:02 +0000 (03:49 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 2 Apr 2004 03:49:02 +0000 (03:49 +0000)
commitb9d72fa11125849ef6b5f690802c90f0177ba255
tree901065967750b3278a55cafbe343fd198ca3843c
parent2181fecb110fc63887560b438f900f445914f12f
Fix Command() when not called through an Environment.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@937 fdb21ef1-2011-0410-befe-b5e4ea1792b1
src/CHANGES.txt
src/engine/SCons/Action.py
src/engine/SCons/ActionTests.py
src/engine/SCons/Environment.py
src/engine/SCons/EnvironmentTests.py
src/engine/SCons/Util.py
src/engine/SCons/UtilTests.py
test/Command.py