summaryrefslogtreecommitdiff
path: root/Propellor
diff options
context:
space:
mode:
authorJoey Hess2014-03-31 16:48:12 -0400
committerJoey Hess2014-03-31 16:48:12 -0400
commit88d296d0de5b676f46ce40f2f7e4947fc0467fbf (patch)
treeaeeced41a18877ef9f13c45662bd0a500c04b061 /Propellor
parent3ced1cecc5335a277f067405e88729e08e683f45 (diff)
propellor spin
Diffstat (limited to 'Propellor')
-rw-r--r--Propellor/CmdLine.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Propellor/CmdLine.hs b/Propellor/CmdLine.hs
index fa1d3826..1f99288e 100644
--- a/Propellor/CmdLine.hs
+++ b/Propellor/CmdLine.hs
@@ -106,6 +106,7 @@ pullFirst cmdline next = do
then next
else do
putStrLn "Rebuilding propeller.."
+ hFlush stdout
ifM (boolSystem "make" [Param "build"])
( void $ boolSystem "./propellor" [Param "--continue", Param (show cmdline)]
, error "Propellor build failed!"