Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5ed317d

Browse files
committed
Do the right thing for CYGWIN.
1 parent 10a60b3 commit 5ed317d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

runtests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ unset PYTHONPATH
1313
# Choose the Python binary.
1414
case `uname` in
1515
Darwin) PYTHON=./python.exe;;
16+
CYGWIN*) PYTHON=./python.exe;;
1617
*) PYTHON=./python;;
1718
esac
1819

0 commit comments

Comments
 (0)