Merge branch 'master' into ospath
This commit is contained in:
commit
51a6cd1ee6
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ feedRead cmd params passphrase feeder reader = do
|
||||||
withTmpFile (toOsPath "gpg") $ \tmpfile h -> do
|
withTmpFile (toOsPath "gpg") $ \tmpfile h -> do
|
||||||
liftIO $ B.hPutStr h passphrase
|
liftIO $ B.hPutStr h passphrase
|
||||||
liftIO $ hClose h
|
liftIO $ hClose h
|
||||||
let passphrasefile = [Param "--passphrase-file", File (fromOsPath tmpfile)]
|
let passphrasefile = [Param "--passphrase-file", File (fromRawFilePath (fromOsPath tmpfile))]
|
||||||
go $ passphrasefile ++ params
|
go $ passphrasefile ++ params
|
||||||
#endif
|
#endif
|
||||||
where
|
where
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue