You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Jiajia Li (JIRA)" <ji...@apache.org> on 2016/04/12 08:50:25 UTC

[jira] [Resolved] (DIRKRB-550) Convert the dos format files to unix format

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

Jiajia Li resolved DIRKRB-550.
------------------------------
    Resolution: Fixed

commit a608a46063dfdf45d9df10ead2c634129e753f89
Author: plusplusjiajia <ji...@intel.com>
Date:   Tue Apr 12 14:53:59 2016 +0800

    DIRKRB-550 Convert the dos format files to unix format.

> Convert the dos format files to unix format
> -------------------------------------------
>
>                 Key: DIRKRB-550
>                 URL: https://issues.apache.org/jira/browse/DIRKRB-550
>             Project: Directory Kerberos
>          Issue Type: Bug
>            Reporter: Jiajia Li
>            Assignee: Jiajia Li
>
> {code}
> find . -type f -name "*.java" -exec dos2unix {} \;
> {code}
> This command can find out all the file with CTRL-M characters and remove them.



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