Index: bin/kafka-run-class.sh IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- bin/kafka-run-class.sh (date 1527440698000) +++ bin/kafka-run-class.sh (revision ) @@ -20,8 +20,8 @@ exit 1 fi -# CYGINW == 1 if Cygwin is detected, else 0. -if [[ $(uname -a) =~ "CYGWIN" ]]; then +# CYGINW == 1 if Cygwin is detected or Msys is detected, else 0. +if [[ $(uname -a) =~ "CYGWIN" ]] || [[ $(uname -a) =~ "Msys" ]]; then CYGWIN=1 else CYGWIN=0