summaryrefslogtreecommitdiff
path: root/cpp/bootstrap
diff options
context:
space:
mode:
authorfrsyuki <frsyuki@users.sourceforge.jp>2010-04-18 00:39:45 +0900
committerfrsyuki <frsyuki@users.sourceforge.jp>2010-04-18 00:39:45 +0900
commit05b8c00ee78b5806814f133f6ccd33148d1e13a0 (patch)
treee1e17838e6d19f807040675e4d2012149c35c880 /cpp/bootstrap
parent58854fdae90e428d9ab18bc3f457f1eb0b447446 (diff)
downloadmsgpack-python-05b8c00ee78b5806814f133f6ccd33148d1e13a0.tar.gz
cpp: fixes windows compatibility
Diffstat (limited to 'cpp/bootstrap')
-rwxr-xr-xcpp/bootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/bootstrap b/cpp/bootstrap
index 4a04e0a..a95c304 100755
--- a/cpp/bootstrap
+++ b/cpp/bootstrap
@@ -36,7 +36,7 @@ test -f AUTHORS || touch AUTHORS
test -f COPYING || touch COPYING
test -f ChangeLog || touch ChangeLog
test -f NEWS || touch NEWS
-test -f README || touch README
+test -f README || cp -f README.md README
if ! ./preprocess; then
exit 1