Skip to content

Commit

Permalink
fix: typo in install script preventing MSYS Windows (#341)
Browse files Browse the repository at this point in the history
Issue #, if available:
Found while integrating fd0402 in finch

*Description of changes:*
This change fixes a typo in install.sh preventing MSYS Windows

*Testing done:*


- [x] I've reviewed the guidance in CONTRIBUTING.md


#### License Acceptance

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

Signed-off-by: Austin Vazquez <[email protected]>
  • Loading branch information
austinvazquez authored Jun 26, 2024
1 parent fd03c02 commit 772bd43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ os="$(uname -s)"
case "${os}" in
"Darwin")
;;
CYGWIN*|MINGW32*|MINGW*|MYSYS*)
CYGWIN*|MINGW32*|MINGW*|MSYS*)
windows=true
;;
*)
Expand Down

0 comments on commit 772bd43

Please sign in to comment.