Skip to content

Commit 521e2c5

Browse files
committed
Update tfenv-install
Modify to allow for no underscore also
1 parent bcfaed2 commit 521e2c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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-
MSYS_NT*)
92+
MSYS*NT*)
9393
kernel="windows";
9494
;;
95-
CYGWIN_NT*)
95+
CYGWIN*NT*)
9696
kernel="windows";
9797
;;
9898
FreeBSD*)

0 commit comments

Comments
 (0)