From: stevenknight Date: Thu, 14 Jan 2010 18:30:34 +0000 (+0000) Subject: Make the default SystemRoot a Windows-like "C:\\WINDOWS" instead of X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f8c0df86597ba15cc2c065302cb28084888c997f;p=scons.git Make the default SystemRoot a Windows-like "C:\\WINDOWS" instead of "C:/WINDOWS", mainly so the output generated in the "Troubleshooting" appendix of the User's Guide looks coherent. git-svn-id: http://scons.tigris.org/svn/scons/trunk@4617 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- diff --git a/src/engine/SCons/Platform/win32.py b/src/engine/SCons/Platform/win32.py index bcdc50ae..a50a6ae1 100644 --- a/src/engine/SCons/Platform/win32.py +++ b/src/engine/SCons/Platform/win32.py @@ -195,7 +195,7 @@ def get_system_root(): return _system_root # A resonable default if we can't read the registry - val = os.environ.get('SystemRoot', "C:/WINDOWS") + val = os.environ.get('SystemRoot', "C:\\WINDOWS") if SCons.Util.can_read_reg: try: