Kaydet (Commit) 5ed317d7 authored tarafından Guido van Rossum's avatar Guido van Rossum

Do the right thing for CYGWIN.

üst 10a60b3e
......@@ -13,6 +13,7 @@ unset PYTHONPATH
# Choose the Python binary.
case `uname` in
Darwin) PYTHON=./python.exe;;
CYGWIN*) PYTHON=./python.exe;;
*) PYTHON=./python;;
esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment