propellor spin

This commit is contained in:
Joey Hess 2014-03-31 16:48:12 -04:00
parent 3ced1cecc5
commit 88d296d0de
Failed to extract signature
1 changed files with 1 additions and 0 deletions

View File

@ -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!"