Allow to run sbt interactive mode in git for windows bash

This commit is contained in:
Hugo Freire 2015-12-06 12:56:51 +01:00
parent 97a6ec053d
commit 92a06fc5da
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ is_cygwin() {
local os=$(uname -s)
case "$os" in
CYGWIN*) return 0 ;;
MINGW*) return 0 ;;
*) return 1 ;;
esac
}