fix case statement

This commit is contained in:
Andrew Morgan 2019-07-15 15:09:12 +01:00
parent dc1ff1c085
commit 4ec456df37
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ case "$OSTYPE" in
darwin*)
echo "Found MacOS"
ostype="darwin"
;;
msys*)
echo "Windows is unsupported at this time"
;;