Fix a build failure on Windows.
This commit is contained in:
parent
8c6f21c348
commit
20f86e43f7
4 changed files with 16 additions and 1 deletions
|
@ -67,7 +67,7 @@ pidLockChildProcess cmd ps f a = do
|
|||
let p' = p { env = Just ((v, PidF.pidLockEnvValue) : baseenv) }
|
||||
withCreateProcess p' a
|
||||
#else
|
||||
gonopidlock
|
||||
liftIO gonopidlock
|
||||
#endif
|
||||
|
||||
{- Wrap around actions that may run a git-annex child process via a git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue