Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make scripts more viable under Cygwin
Don't let the perfect be the enemy of slightly better. Swish scripts have been broken under Cygwin, but we can at least try to make make them work in some typical cases under Cygwin. - don't rely on OSTYPE; bash doesn't export it by default - be careful since installing Git Bash changes Cygwin's /tmp - assume a Cygwin usertemp mount for /tmp - use registry to get root directory
- Loading branch information