summaryrefslogtreecommitdiff
path: root/doc/bugs/case-insensitive.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-04-13 11:26:39 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-04-13 11:26:39 -0400
commit3642c723209bfb117b16c12f0ad83ef0fe025613 (patch)
tree4ce6e468d4904ba9476c79fd04f0ca85d112cf65 /doc/bugs/case-insensitive.mdwn
parentfdb246044c7b64802a9d0e90b92a978105a3704f (diff)
Renamed diskfree.c to avoid OSX case insensativity bug.
Diffstat (limited to 'doc/bugs/case-insensitive.mdwn')
-rw-r--r--doc/bugs/case-insensitive.mdwn3
1 files changed, 3 insertions, 0 deletions
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]]