fix case statement
This commit is contained in:
parent
dc1ff1c085
commit
4ec456df37
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ case "$OSTYPE" in
|
|||
darwin*)
|
||||
echo "Found MacOS"
|
||||
ostype="darwin"
|
||||
;;
|
||||
msys*)
|
||||
echo "Windows is unsupported at this time"
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue