summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2006-02-11 23:41:34 (GMT)
committerSteven Knight <knight@baldmt.com>2006-02-11 23:41:34 (GMT)
commitf765c4f0b96acade043c35356392077d0b752d71 (patch)
treed4859eb36b0b782ed219b18d33649871e771e4d7 /SConstruct
parente74b9f5c157debd627779d45833348cb16fd7b72 (diff)
downloadSCons-f765c4f0b96acade043c35356392077d0b752d71.zip
SCons-f765c4f0b96acade043c35356392077d0b752d71.tar.gz
SCons-f765c4f0b96acade043c35356392077d0b752d71.tar.bz2
On Windows, fix the line endings of the files unpacked in the build\{test-local-zip,test-zip} hierarchies; fix command lines in the README file to more accurately reflect exported variables. (Baptiste Lepilleur) Separate the entries in the CHANGES.txt and RELEASE.txt files into the individual changes for the 0.96{1,90,91} releases.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 7dfc935..067e757 100644
--- a/SConstruct
+++ b/SConstruct
@@ -214,7 +214,7 @@ try:
if os.path.isfile(dest) or os.path.islink(dest):
os.unlink(dest)
if not os.path.isdir(dest):
- open(dest, 'w').write(zf.read(name))
+ open(dest, 'wb').write(zf.read(name))
except:
if unzip and zip: