From 3642c723209bfb117b16c12f0ad83ef0fe025613 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 13 Apr 2012 11:26:39 -0400 Subject: Renamed diskfree.c to avoid OSX case insensativity bug. --- doc/bugs/case-insensitive.mdwn | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/bugs/case-insensitive.mdwn b/doc/bugs/case-insensitive.mdwn index 21c2c4ec4..a917f64c2 100644 --- a/doc/bugs/case-insensitive.mdwn +++ b/doc/bugs/case-insensitive.mdwn @@ -15,3 +15,6 @@ What version of git-annex are you using? On what operating system? Please provide any additional information below. > The problem is that since `DiskFree.hs` generates `DiskFree.o` and `diskfree.c` generates `diskfree.o`, a case-insensitive file system overwrites one object file with the other. Renaming `diskfree.c` to `diskfreec.c` and changing the corresponding filenames in `git-annex.cabal` fixes the problem. + +>> Man, not this again. The 80's called, they want their +>> unix portability wars back. [[fixed|done]]. --[[Joey]] -- cgit v1.2.3