Explorar o código

Fix minor typo in qmk_install.sh for MSYS/MINGW64 detection

Drashna Jaelre %!s(int64=6) %!d(string=hai) anos
pai
achega
9c8f8bd3bc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      util/qmk_install.sh

+ 1 - 1
util/qmk_install.sh

@@ -10,7 +10,7 @@ case $(uname) in
 	Linux)
 		exec "${util_dir}/linux_install.sh"
 	;;
-	MSYS_NT*|MINGW_64*)
+	MSYS_NT*|MINGW64_NT*)
 		exec "${util_dir}/msys2_install.sh"
 	;;
 esac