propellor spin

This commit is contained in:
Joey Hess 2014-03-31 14:26:56 -04:00
parent 69c39a087b
commit 9a1fffdead
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ boot props = do
havering <- doesFileExist keyring
putStrLn $ toMarked statusMarker $ show $ if havering then HaveKeyRing else NeedKeyRing
hFlush stdout
reply <- getContents
reply <- hGetContentsStrict stdin
hPutStrLn stderr $ show $ fromMarked keyringMarker reply
hFlush stderr