diff options
Diffstat (limited to 'test/sconsign/script/Configure.py')
| -rw-r--r-- | test/sconsign/script/Configure.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/sconsign/script/Configure.py b/test/sconsign/script/Configure.py index 607d01d..fb54dd2 100644 --- a/test/sconsign/script/Configure.py +++ b/test/sconsign/script/Configure.py @@ -41,6 +41,8 @@ test = TestSConsign.TestSConsign(match = TestSConsign.match_re) CC = test.detect('CC', norm=1) CC_dir, CC_file = os.path.split(CC) + +CC = re.escape(CC) CC_dir = re.escape(os.path.normcase(CC_dir)) CC_file = re.escape(CC_file) |
