Skip to content

Commit 772bd43

Browse files
fix: typo in install script preventing MSYS Windows (#341)
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]>
1 parent fd03c02 commit 772bd43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ os="$(uname -s)"
7676
case "${os}" in
7777
"Darwin")
7878
;;
79-
CYGWIN*|MINGW32*|MINGW*|MYSYS*)
79+
CYGWIN*|MINGW32*|MINGW*|MSYS*)
8080
windows=true
8181
;;
8282
*)

0 commit comments

Comments
 (0)