driver/tool.cpp

Joseph Rushton Wakeling via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Tue Jul 8 12:53:37 PDT 2014


On Tuesday, 8 July 2014 at 19:51:12 UTC, Joseph Rushton Wakeling 
wrote:
> There's some stuff on StackOverflow about how this can show up 
> on Windows if the repo contains files that whose names are 
> equivalent if case is not considered, but that's obviously not 
> the case on case-sensitive Linux.

Hmm, looks like it's a line-ending thing.  Did someone edit this 
file in a Windows editor that puts Windows line endings on 
everything?

git diff -w reports:

warning: CRLF will be replaced by LF in driver/tool.cpp.
The file will have its original line endings in your working 
directory.


More information about the digitalmars-d-ldc mailing list