summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-05-12 14:37:24 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2017-05-12 14:37:24 (GMT)
commitf149e1b159d74e7b6a32cffe8490b8396e57a998 (patch)
treea7955a765d42d1be3c7afa91cdf8841e7da83639
parentbe4124b6555efd6660e0717e64b6fe9da68e6af2 (diff)
downloadSCons-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.py2
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')