Fix the Command() global function when the action is a command-line string.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 31 Mar 2004 13:09:38 +0000 (13:09 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 31 Mar 2004 13:09:38 +0000 (13:09 +0000)
commit3318f00394ed13b8dacdaba15410476f516ac1aa
treeb49940bbd5ce49ce9b5a214fa2b8b2a0be447c77
parent7a15e47c9a5361c6cf32677b3c7e027315ec03d4
Fix the Command() global function when the action is a command-line string.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@935 fdb21ef1-2011-0410-befe-b5e4ea1792b1
src/CHANGES.txt
src/engine/SCons/Environment.py
src/engine/SCons/EnvironmentTests.py
src/engine/SCons/Script/SConscript.py
test/Command.py