Skip to content

Commit

Permalink
[install] Detect MSYS on Windows (#1391)
Browse files Browse the repository at this point in the history
  • Loading branch information
janlazo authored and junegunn committed Sep 25, 2018
1 parent 8540902 commit 49d0437
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ case "$archi" in
CYGWIN*\ *64) download fzf-$version-windows_${binary_arch:-amd64}.zip ;;
MINGW*\ *86) download fzf-$version-windows_${binary_arch:-386}.zip ;;
MINGW*\ *64) download fzf-$version-windows_${binary_arch:-amd64}.zip ;;
MSYS*\ *86) download fzf-$version-windows_${binary_arch:-386}.zip ;;
MSYS*\ *64) download fzf-$version-windows_${binary_arch:-amd64}.zip ;;
*) binary_available=0 binary_error=1 ;;
esac

Expand Down

0 comments on commit 49d0437

Please sign in to comment.