propellor spin
This commit is contained in:
parent
3ced1cecc5
commit
88d296d0de
|
@ -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!"
|
||||
|
|
Loading…
Reference in New Issue