Fix shelling out to non-.exe commands from --interactive mode on
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 21 Jan 2009 18:39:33 +0000 (18:39 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 21 Jan 2009 18:39:33 +0000 (18:39 +0000)
commita2699adf3d274b725219b59296707f42a75d8c2c
treef28aa2e9a76819db2b6ca7f44b992e093dd9c342
parent9a41d53eb1b2b1745dfc94fd7e02bafa4fb8fb96
Fix shelling out to non-.exe commands from --interactive mode on
Windows by accomodating platform-specific behavior in the way
subprocess.Popen() calls handle shell= arguments with lists.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3915 fdb21ef1-2011-0410-befe-b5e4ea1792b1
src/engine/SCons/Script/Interactive.py