Ensure that the ENV values are all strings. (Anthony Roach)
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 18 Nov 2003 07:10:57 +0000 (07:10 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 18 Nov 2003 07:10:57 +0000 (07:10 +0000)
commit7650ce59fca3b23478ffa82f1e1888cb418a4a64
tree2852b82f577251e2af04c8bb3a335b0ca467e3b5
parentda018a92c5238f9d2218929fda67529028a26236
Ensure that the ENV values are all strings.  (Anthony Roach)

git-svn-id: http://scons.tigris.org/svn/scons/trunk@848 fdb21ef1-2011-0410-befe-b5e4ea1792b1
18 files changed:
doc/man/scons.1
doc/scons.mod
doc/user/ENV.in [new file with mode: 0644]
doc/user/ENV.sgml [new file with mode: 0644]
doc/user/MANIFEST
doc/user/command-line.in
doc/user/command-line.sgml
doc/user/environments.in
doc/user/environments.sgml
doc/user/libraries.in
doc/user/libraries.sgml
doc/user/main.in
doc/user/main.sgml
src/CHANGES.txt
src/engine/SCons/Action.py
src/engine/SCons/Tool/msvc.py
src/engine/SCons/Tool/msvs.py
test/ENV.py