summaryrefslogtreecommitdiffstats
path: root/QMTest/scons_tdb.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-02-19 22:27:45 (GMT)
committerSteven Knight <knight@baldmt.com>2009-02-19 22:27:45 (GMT)
commit0ffaa445c912caef643ad78e2203c7463ca388ab (patch)
tree3ed11b71685a544eb2fafacc1a95dfccd82f6ea8 /QMTest/scons_tdb.py
parent29ad561d6bb373384273e24047efa79a88d406e7 (diff)
downloadSCons-0ffaa445c912caef643ad78e2203c7463ca388ab.zip
SCons-0ffaa445c912caef643ad78e2203c7463ca388ab.tar.gz
SCons-0ffaa445c912caef643ad78e2203c7463ca388ab.tar.bz2
Spell the Windows environment variables consistently "SystemDrive"
and "SystemRoot" instead of "SYSTEMDRIVE" and "SYSTEMROOT".
Diffstat (limited to 'QMTest/scons_tdb.py')
-rw-r--r--QMTest/scons_tdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/QMTest/scons_tdb.py b/QMTest/scons_tdb.py
index 2262808..b725d3f 100644
--- a/QMTest/scons_tdb.py
+++ b/QMTest/scons_tdb.py
@@ -188,7 +188,7 @@ environ_keys = [
'MSDEVDIR',
'OS',
'PATHEXT',
- 'SYSTEMROOT',
+ 'SystemRoot',
'TEMP',
'TMP',
'USERNAME',