You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Pas (JIRA)" <ji...@apache.org> on 2018/01/03 17:36:00 UTC

[jira] [Created] (KAFKA-6420) Adding Msys support

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)