diff options
author | William Deegan <bill@baddogconsulting.com> | 2017-05-12 14:37:24 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2017-05-12 14:37:24 (GMT) |
commit | f149e1b159d74e7b6a32cffe8490b8396e57a998 (patch) | |
tree | a7955a765d42d1be3c7afa91cdf8841e7da83639 | |
parent | be4124b6555efd6660e0717e64b6fe9da68e6af2 (diff) | |
download | SCons-f149e1b159d74e7b6a32cffe8490b8396e57a998.zip SCons-f149e1b159d74e7b6a32cffe8490b8396e57a998.tar.gz SCons-f149e1b159d74e7b6a32cffe8490b8396e57a998.tar.bz2 |
change to utf-8 and see if this fixes issue with old visual c compiler yielding 'main.c : error C4335: Mac file format detected: please convert the source file to either DOS or UNIX format'
-rw-r--r-- | test/srcchange.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/srcchange.py b/test/srcchange.py index 2f5692a..a156d9b 100644 --- a/test/srcchange.py +++ b/test/srcchange.py @@ -83,7 +83,7 @@ main(int argc, char *argv[]) exit (0); } -""",mode='w') +""", mode='w') test.write('revnum.in', '3.2\n') |