Added cygwin support

This commit is contained in:
Harry Moffat 2004-08-10 01:00:42 +00:00
parent fb9c6e91e2
commit f570770835

View file

@ -58,7 +58,11 @@ then
echo darwin
exit 1
fi
if [ "$us" = "cygwin_nt-5.0" ]
then
echo cygwin
exit 1
fi
echo unknown
exit 0