You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Asutosh Pandya (JIRA)" <ji...@apache.org> on 2018/05/28 05:25:00 UTC

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

     [ 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)