[
https://issues.apache.org/jira/browse/DIRKRB-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jiajia Li updated DIRKRB-550:
-----------------------------
Fix Version/s: 1.0.0
> 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
> Fix For: 1.0.0
>
>
> {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.15#6346)