diff options
author | Joey Hess <joey@kitenet.net> | 2011-05-14 12:23:26 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-05-14 12:23:57 -0400 |
commit | 60a1aa418ce68b573ed2aebb808c4186add4768a (patch) | |
tree | 02759ef7880f139e6c4658e0cffda2c47a4c6949 | |
parent | 3623c17a7ef3cc15bfd5ab7f0e13c10887bd4e9f (diff) |
typo
-rw-r--r-- | doc/bugs/touch.hsc_has_problems_on_non-linux_based_systems.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/touch.hsc_has_problems_on_non-linux_based_systems.mdwn b/doc/bugs/touch.hsc_has_problems_on_non-linux_based_systems.mdwn index c447f75f0..118f6fbb7 100644 --- a/doc/bugs/touch.hsc_has_problems_on_non-linux_based_systems.mdwn +++ b/doc/bugs/touch.hsc_has_problems_on_non-linux_based_systems.mdwn @@ -16,4 +16,4 @@ make: *** [Touch.hs] Error 1 I dug around the OSX documentation and fcntl.h header file and it seems that UTIME_OMIT, UTIME_NOW, AT_FDCWD and AT_SYMLINK_NOFOLLOW aren't defined (at least on OSX). I suspect the BSD's in general will have problems compiling git-annex. -[[!meta title="annexed symlink mtime matching code is disabled on non-linux systems; needs testing"] +[[!meta title="annexed symlink mtime matching code is disabled on non-linux systems; needs testing"]] |