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:
9352079
)
fix build on windows
author
Joey Hess
<joeyh@joeyh.name>
Wed, 25 Nov 2020 10:24:49 +0000
(06:24 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Wed, 25 Nov 2020 10:24:49 +0000
(06:24 -0400)
Annex/Content/Presence.hs
patch
|
blob
|
history
diff --git
a/Annex/Content/Presence.hs
b/Annex/Content/Presence.hs
index 4b33bcefb2f65a0aa61e00809e16624f59e1f28c..05ff5715e143dfef82f96dcd98a5f1c0c8ecc642 100644
(file)
--- a/
Annex/Content/Presence.hs
+++ b/
Annex/Content/Presence.hs
@@
-119,7
+119,7
@@
inAnnexSafe key = inAnnex' (fromMaybe True) (Just False) go key
Nothing -> return is_locked
Just lockhandle -> do
dropLock lockhandle
- void $ tryIO $ removeWhenExistsWith
removeLink (fromRawFilePath lockfile)
+ void $ tryIO $ removeWhenExistsWith
R.removeLink lockfile
return is_unlocked
, return is_missing
)