[ 
https://issues.apache.org/jira/browse/KAFKA-6420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Asutosh Pandya updated KAFKA-6420:
----------------------------------
    Attachment: KAFKA-6420.patch

> 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
>              Labels: windows
>         Attachments: KAFKA-6420.patch
>
>
> 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
(v7.6.3#76005)

Reply via email to