flush stdout

It's block-buffered here.
This commit is contained in:
Joey Hess 2012-11-09 14:33:34 -04:00
parent 444e984727
commit 887fe1714b

View file

@ -39,3 +39,4 @@ gitRemoteHelper = do
respond l = do
mapM_ putStrLn l
putStrLn ""
hFlush stdout