propellor spin
This commit is contained in:
parent
75ba4c5ccc
commit
bc8b7f2173
|
@ -122,9 +122,7 @@ buildFirst cmdline next = do
|
||||||
newtime <- getmtime
|
newtime <- getmtime
|
||||||
if newtime == oldtime
|
if newtime == oldtime
|
||||||
then next
|
then next
|
||||||
else do
|
else void $ boolSystem "./propellor" [Param "--continue", Param (show cmdline)]
|
||||||
print ["./propellor"]
|
|
||||||
void $ boolSystem "./propellor" [Param "--continue", Param (show cmdline)]
|
|
||||||
, errorMessage "Propellor build failed!"
|
, errorMessage "Propellor build failed!"
|
||||||
)
|
)
|
||||||
where
|
where
|
||||||
|
|
Loading…
Reference in New Issue