commit | e112287474e225969fb10e6bc744d9c48a853fc6 | [log] [tgz] |
---|---|---|
author | Brian Paul <brianp@vmware.com> | Wed Sep 28 09:04:03 2011 -0600 |
committer | Brian Paul <brianp@vmware.com> | Wed Sep 28 09:05:58 2011 -0600 |
tree | a65b32e7576889073965b49dc3d37d80b4783806 | |
parent | ddb5cd0a7b7d55595c47f25645b80796dc8cdf7a [diff] |
scons: fix write_git_sha1_h_file() issue on Windows Unlike on Unix, os.rename(src, dst) will fail on Windows if the dst file already exists. Remove it first.