Skip to content

Commit

Permalink
Merge pull request #382 from ElvenSpellmaker/fix/windows-os-selection
Browse files Browse the repository at this point in the history
fix: Underscores are needed for Cygwin-like tools
  • Loading branch information
Zordrak authored Dec 19, 2023
2 parents e00d30a + 521e2c5 commit 39d8c27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libexec/tfenv-install
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ case "$(uname -s)" in
MINGW64*)
kernel="windows";
;;
MSYSNT*)
MSYS*NT*)
kernel="windows";
;;
CYGWINNT*)
CYGWIN*NT*)
kernel="windows";
;;
FreeBSD*)
Expand Down

0 comments on commit 39d8c27

Please sign in to comment.