From deb07978756870c80d4504d463836a6823ca0fcf Mon Sep 17 00:00:00 2001 From: marxzuckerburg Date: Fri, 2 Oct 2020 20:02:40 +0100 Subject: [PATCH] win fix --- script/install | 1 + 1 file changed, 1 insertion(+) diff --git a/script/install b/script/install index 7fd3a55..f15b796 100644 --- a/script/install +++ b/script/install @@ -141,6 +141,7 @@ case "${unameOut}" in Darwin*) machine=Mac;; CYGWIN*) machine=Cygwin;; MINGW*) machine=MinGw;; + MSYS*) machine=MinGw;; *) machine="UNKNOWN:${unameOut}" esac # echo ${machine}