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*)
|
darwin*)
|
||||||
echo "Found MacOS"
|
echo "Found MacOS"
|
||||||
ostype="darwin"
|
ostype="darwin"
|
||||||
|
;;
|
||||||
msys*)
|
msys*)
|
||||||
echo "Windows is unsupported at this time"
|
echo "Windows is unsupported at this time"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue