handling for uname of Cygwin 5.1

This commit is contained in:
Joe Shochet 2003-07-21 17:06:01 +00:00
parent baa5e959a5
commit fb01954822

View File

@ -43,7 +43,7 @@ pyDir=$DIRECT/lib/py
extDir=$DIRECT/src/extensions
pSqueezer=$DIRECT/src/showbase/pandaSqueezer.py
if [ $(uname) = "CYGWIN_NT-5.0" ]; then
if [ $(uname) = "CYGWIN_NT-5.0" -o $(uname) = "CYGWIN_NT-5.1" ]; then
install_dir="$(cygpath -aw $install_dir)"
pyDir="$(cygpath -w $pyDir)"
extDir="$(cygpath -w $extDir)"