more windows and osx build fixes
This commit is contained in:
parent
4ba1057836
commit
f16604d2c8
3 changed files with 2 additions and 3 deletions
|
@ -182,7 +182,7 @@ feedRead cmd params passphrase feeder reader = do
|
|||
withTmpFile (toOsPath "gpg") $ \tmpfile h -> do
|
||||
liftIO $ B.hPutStr h passphrase
|
||||
liftIO $ hClose h
|
||||
let passphrasefile = [Param "--passphrase-file", File (fromosPath tmpfile)]
|
||||
let passphrasefile = [Param "--passphrase-file", File (fromOsPath tmpfile)]
|
||||
go $ passphrasefile ++ params
|
||||
#endif
|
||||
where
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue