forked from matrix/element-web
fix case statement
This commit is contained in:
parent
dc1ff1c085
commit
4ec456df37
|
@ -25,6 +25,7 @@ case "$OSTYPE" in
|
|||
darwin*)
|
||||
echo "Found MacOS"
|
||||
ostype="darwin"
|
||||
;;
|
||||
msys*)
|
||||
echo "Windows is unsupported at this time"
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue