[ 
https://issues.apache.org/jira/browse/KAFKA-2740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14989155#comment-14989155
 ] 

ASF GitHub Bot commented on KAFKA-2740:
---------------------------------------

GitHub user miguno opened a pull request:

    https://github.com/apache/kafka/pull/419

    KAFKA-2740: Convert Windows bin scripts from CRLF to LF line encodings

    There are no functional changes to the modified scripts.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/miguno/kafka KAFKA-2740

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/419.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #419
    
----
commit 777f4cbd11b19f8c91aed4b3c48b48e417288c30
Author: Michael G. Noll <mich...@confluent.io>
Date:   2015-11-04T08:47:14Z

    Convert Windows bin scripts from CRLF to LF line encodings

----


> Convert Windows bin scripts from CRLF to LF line encodings
> ----------------------------------------------------------
>
>                 Key: KAFKA-2740
>                 URL: https://issues.apache.org/jira/browse/KAFKA-2740
>             Project: Kafka
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 0.8.2.1
>            Reporter: Michael Noll
>            Priority: Minor
>
> We currently have an inconsistency with regards to line encodings of the 
> Windows bin/ scripts.  All but three Windows scripts use the same line 
> encodings as we do for the rest of the code (LF aka Unix style).
> The three Windows scripts that use CRLF encoding (aka Windows style) are:
> * kafka-run-class.bat
> * kafka-server-stop.bat
> * zookeeper-server-stop.bat
> I'd suggest we convert the three scripts above from CRLF to LF.  This will 
> not only restore consistency, it will also (and more importantly) resolve 
> woes caused by line encoding differences when diffing, patching, etc. these 
> files/code.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to