Pas created KAFKA-6420:
--------------------------
Summary: Adding Msys support
Key: KAFKA-6420
URL: https://issues.apache.org/jira/browse/KAFKA-6420
Project: Kafka
Issue Type: Improvement
Components: tools
Environment: Msys/Msys2 on Windows
Reporter: Pas
Priority: Trivial
Hello,
In kafka-run-class.sh (currently line 24), using:
{code:none}
if [[ $(uname -a) =~ "CYGWIN" ]] || [[ $(uname -a) =~ "Msys" ]]; then
{code}
instead of:
{code:none}
if [[ $(uname -a) =~ "CYGWIN" ]]; then
{code}
would be great.
Thanks for considering!
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)