Skip to content

Commit 39d8c27

Browse files
authored
Merge pull request tfutils#382 from ElvenSpellmaker/fix/windows-os-selection
fix: Underscores are needed for Cygwin-like tools
2 parents e00d30a + 521e2c5 commit 39d8c27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libexec/tfenv-install

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ case "$(uname -s)" in
8989
MINGW64*)
9090
kernel="windows";
9191
;;
92-
MSYSNT*)
92+
MSYS*NT*)
9393
kernel="windows";
9494
;;
95-
CYGWINNT*)
95+
CYGWIN*NT*)
9696
kernel="windows";
9797
;;
9898
FreeBSD*)

0 commit comments

Comments
 (0)