forked from mirrors/qmk_firmware
Fix minor typo in qmk_install.sh for MSYS/MINGW64 detection
This commit is contained in:
parent
98b16b3294
commit
9c8f8bd3bc
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ case $(uname) in
|
||||||
Linux)
|
Linux)
|
||||||
exec "${util_dir}/linux_install.sh"
|
exec "${util_dir}/linux_install.sh"
|
||||||
;;
|
;;
|
||||||
MSYS_NT*|MINGW_64*)
|
MSYS_NT*|MINGW64_NT*)
|
||||||
exec "${util_dir}/msys2_install.sh"
|
exec "${util_dir}/msys2_install.sh"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue