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:
081ec23
)
fix builds build
author
Joey Hess
<joeyh@joeyh.name>
Tue, 10 Mar 2020 17:50:46 +0000
(13:50 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Tue, 10 Mar 2020 17:50:46 +0000
(13:50 -0400)
Remote/Helper/Hooks.hs
patch
|
blob
|
history
diff --git
a/Remote/Helper/Hooks.hs
b/Remote/Helper/Hooks.hs
index 5d23e0c06b5e2d723f2874692f00b2d0bdd60103..2b455f15bbd4b8222e47b8a19b80da1e8b5cf46f 100644
(file)
--- a/
Remote/Helper/Hooks.hs
+++ b/
Remote/Helper/Hooks.hs
@@
-17,9
+17,7
@@
import Types.CleanupActions
import qualified Annex
import Annex.LockFile
import Annex.LockPool
-#ifndef mingw32_HOST_OS
import Annex.Perms
-#endif
{- Modifies a remote's access functions to first run the
- annex-start-command hook, and trigger annex-stop-command on shutdown.