projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91129f5
)
fix OSx build better
author
Joey Hess
<joeyh@joeyh.name>
Thu, 9 Mar 2023 15:43:55 +0000
(11:43 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Thu, 9 Mar 2023 15:43:55 +0000
(11:43 -0400)
Utility/DirWatcher/FSEvents.hs
patch
|
blob
|
history
diff --git
a/Utility/DirWatcher/FSEvents.hs
b/Utility/DirWatcher/FSEvents.hs
index 1559b7eabc18747f2f19f83d143b801610cbe127..107b73e8fbe19558dc373c3206951f483cb7579c 100644
(file)
--- a/
Utility/DirWatcher/FSEvents.hs
+++ b/
Utility/DirWatcher/FSEvents.hs
@@
-90,7
+90,7
@@
watchDir dir ignored scanevents hooks = do
where
runhook h s = maybe noop (\a -> a f s) (h hooks)
- getstatus = catchMaybeIO . R.getSymbolicLinkStatus .
from
RawFilePath
+ getstatus = catchMaybeIO . R.getSymbolicLinkStatus .
to
RawFilePath
{- Check each component of the path to see if it's ignored. -}
ignoredPath :: (FilePath -> Bool) -> FilePath -> Bool